diff options
Diffstat (limited to 'src/versioncontrol/fileviewsvnplugin.h')
| -rw-r--r-- | src/versioncontrol/fileviewsvnplugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/versioncontrol/fileviewsvnplugin.h b/src/versioncontrol/fileviewsvnplugin.h index e908afba8..e94c3ebcb 100644 --- a/src/versioncontrol/fileviewsvnplugin.h +++ b/src/versioncontrol/fileviewsvnplugin.h @@ -72,6 +72,7 @@ private: void startSvnCommandProcess(); private: + bool m_pendingOperation; QHash<QString, VersionState> m_versionInfoHash; QList<QString> m_versionInfoKeys; // cache for accessing the keys of the hash |
