From d25a81071c078585f14176283b89e1a6b0ad5795 Mon Sep 17 00:00:00 2001 From: Tannin Date: Wed, 10 Jun 2015 21:22:54 +0200 Subject: more generic solution to the problem fixed in changeset bb74f8eb639c, now also applied in another location --- src/modlist.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/modlist.h') 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 -- cgit v1.3.1