From 38c34eeca315c7be58e65d4d3fb72aaf7b866719 Mon Sep 17 00:00:00 2001 From: Serg Podtynnyi Date: Sat, 4 Feb 2023 00:14:53 +0700 Subject: Add clang-format and format code as in Frameworks --- src/views/versioncontrol/updateitemstatesthread.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'src/views/versioncontrol/updateitemstatesthread.h') diff --git a/src/views/versioncontrol/updateitemstatesthread.h b/src/views/versioncontrol/updateitemstatesthread.h index eac28bb78..24f060d26 100644 --- a/src/views/versioncontrol/updateitemstatesthread.h +++ b/src/views/versioncontrol/updateitemstatesthread.h @@ -31,20 +31,19 @@ public: * UpdateItemStatesThread::unlockPlugin() must be used. * @param itemStates List of items, where the states get updated. */ - UpdateItemStatesThread(KVersionControlPlugin* plugin, - const QMap >& itemStates); + UpdateItemStatesThread(KVersionControlPlugin *plugin, const QMap> &itemStates); ~UpdateItemStatesThread() override; - QMap > itemStates() const; + QMap> itemStates() const; protected: void run() override; private: - QMutex* m_globalPluginMutex; // Protects the m_plugin globally - KVersionControlPlugin* m_plugin; + QMutex *m_globalPluginMutex; // Protects the m_plugin globally + KVersionControlPlugin *m_plugin; - QMap > m_itemStates; + QMap> m_itemStates; }; #endif // UPDATEITEMSTATESTHREAD_H -- cgit v1.3