From c7ef72de5563ae33e9342526cb33d67498de0759 Mon Sep 17 00:00:00 2001 From: Frank Reininghaus Date: Thu, 14 Apr 2011 13:27:33 +0200 Subject: SVN_SILENT Remove trailing white space. --- src/views/versioncontrol/versioncontrolobserver.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/views/versioncontrol/versioncontrolobserver.h') 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 contextMenuActions(const KFileItemList& items) const; QList 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; -- cgit v1.3