summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2021-01-02 18:24:37 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2021-01-02 18:24:37 +0100
commit12148488a6579d6ee6ae79aa2451170804385e6c (patch)
tree6c6d6743faeedbf377c5ea1e715c6f1faef02231 /src/mainwindow.h
parent071974c243d97a19e5a73f368ce25f8decd00183 (diff)
Remove unused signal.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index b8474bac..c1120a15 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -151,8 +151,6 @@ signals:
*/
void styleChanged(const QString &styleFile);
- void modListDataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight);
-
void checkForProblemsDone();
protected: