From 12148488a6579d6ee6ae79aa2451170804385e6c Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Sat, 2 Jan 2021 18:24:37 +0100 Subject: Remove unused signal. --- src/mainwindow.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mainwindow.h') 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: -- cgit v1.3.1