diff options
| author | Peter Penz <[email protected]> | 2012-02-23 17:26:51 +0100 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2012-02-23 17:28:03 +0100 |
| commit | 21a5a890b3010e591e139724d5c6f555df4481f9 (patch) | |
| tree | fb48c65173c9163cdf81c2bc8bc064af3ac0eff3 /src/views/dolphinview.h | |
| parent | a6627b9f2345eac9cc650aa9f87f9c69db8c707f (diff) | |
Whitespace cleanups and documentation fixes
Diffstat (limited to 'src/views/dolphinview.h')
| -rw-r--r-- | src/views/dolphinview.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index 42ad26098..7b7db3f9f 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -269,7 +269,7 @@ public: * font, ...). */ void readSettings(); - + /** * Saves the current settings (e.g. icons size, font, ..). */ @@ -551,7 +551,7 @@ protected: /** @reimp */ virtual void hideEvent(QHideEvent* event); - + private slots: /** * Marks the view as active (DolphinView:isActive() will return true) @@ -766,7 +766,7 @@ private: KUrl m_createdItemUrl; // URL for a new item that got created by the "Create New..." menu QList<KUrl> m_selectedUrls; // Used for making the view to remember selections after F5 - + VersionControlObserver* m_versionControlObserver; // For unit tests |
