X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/38c34eeca315c7be58e65d4d3fb72aaf7b866719..dd07a327:/src/views/versioncontrol/updateitemstatesthread.h diff --git a/src/views/versioncontrol/updateitemstatesthread.h b/src/views/versioncontrol/updateitemstatesthread.h index 24f060d26..550436010 100644 --- a/src/views/versioncontrol/updateitemstatesthread.h +++ b/src/views/versioncontrol/updateitemstatesthread.h @@ -11,6 +11,7 @@ #include "views/versioncontrol/versioncontrolobserver.h" #include +#include #include /** @@ -41,7 +42,7 @@ protected: private: QMutex *m_globalPluginMutex; // Protects the m_plugin globally - KVersionControlPlugin *m_plugin; + QPointer m_plugin; QMap> m_itemStates; };