diff options
| author | Peter Penz <[email protected]> | 2010-01-18 14:08:21 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-01-18 14:08:21 +0000 |
| commit | b3ab00e8badfd0911e0d7af7a632b5ae0bf4fbaf (patch) | |
| tree | cf66f437d88a1b9a8695d51c5f9bc9fbd0a2128b /src/versioncontrol/fileviewsvnplugin.h | |
| parent | f18e6e6bb81e0466c16150ca6c74624f148e6071 (diff) | |
fixed issue that SVN actions got disabled after selecting items
svn path=/trunk/KDE/kdebase/apps/; revision=1076617
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 |
