diff options
Diffstat (limited to 'src/modlist.h')
| -rw-r--r-- | src/modlist.h | 4 |
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
|
