diff options
| author | Frank Reininghaus <[email protected]> | 2011-04-14 13:27:33 +0200 |
|---|---|---|
| committer | Frank Reininghaus <[email protected]> | 2011-04-14 13:27:33 +0200 |
| commit | c7ef72de5563ae33e9342526cb33d67498de0759 (patch) | |
| tree | 3da8880a9631db8bb79572334fe722939077c470 /src/views/versioncontrol/versioncontrolobserver.h | |
| parent | 6d7e993c26d17582402adf3d662a0f5b16e684a7 (diff) | |
SVN_SILENT Remove trailing white space.
Diffstat (limited to 'src/views/versioncontrol/versioncontrolobserver.h')
| -rw-r--r-- | src/views/versioncontrol/versioncontrolobserver.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/views/versioncontrol/versioncontrolobserver.h b/src/views/versioncontrol/versioncontrolobserver.h index c971462ec..214c072cd 100644 --- a/src/views/versioncontrol/versioncontrolobserver.h +++ b/src/views/versioncontrol/versioncontrolobserver.h @@ -56,7 +56,7 @@ public: QList<QAction*> contextMenuActions(const KFileItemList& items) const; QList<QAction*> contextMenuActions(const QString& directory) const; - + signals: /** * Is emitted if an information message with the content \a msg @@ -75,7 +75,7 @@ signals: * should be shown. */ void operationCompletedMessage(const QString& msg); - + private slots: /** * Invokes verifyDirectory() with a small delay. If delayedDirectoryVerification() @@ -90,7 +90,7 @@ private slots: * delayedDirectoryVerification() it and assures that the verification of * the directory is done silently without information messages. */ - void silentDirectoryVerification(); + void silentDirectoryVerification(); void verifyDirectory(); @@ -99,7 +99,7 @@ private slots: * and applys the item states. */ void slotThreadFinished(); - + private: struct ItemState { @@ -132,11 +132,11 @@ private: bool m_versionedDirectory; bool m_silentUpdate; // if true, no messages will be send during the update // of version states - + QAbstractItemView* m_view; KDirLister* m_dirLister; DolphinModel* m_dolphinModel; - + QTimer* m_dirVerificationTimer; KVersionControlPlugin* m_plugin; |
