summaryrefslogtreecommitdiff
path: root/src/modlist.h
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2015-06-10 21:22:54 +0200
committerTannin <devnull@localhost>2015-06-10 21:22:54 +0200
commitd25a81071c078585f14176283b89e1a6b0ad5795 (patch)
tree002ccfa83c9db52f15dc4c2e919b7d68836f8594 /src/modlist.h
parentef9a61886c090e184c042f884687f401e25b1faa (diff)
more generic solution to the problem fixed in changeset bb74f8eb639c, now also applied in another location
Diffstat (limited to 'src/modlist.h')
-rw-r--r--src/modlist.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/modlist.h b/src/modlist.h
index fed91f71..ed52a3ea 100644
--- a/src/modlist.h
+++ b/src/modlist.h
@@ -237,6 +237,10 @@ signals:
*/
void fileMoved(const QString &relativePath, const QString &oldOriginName, const QString &newOriginName);
+ void aboutToChangeData();
+
+ void postDataChanged();
+
protected:
// event filter, handles event from the header and the tree view itself