From 856119c5a43b4781b051b93a0713c152cfd99f85 Mon Sep 17 00:00:00 2001 From: Arno Date: Fri, 15 Apr 2022 13:27:34 +0200 Subject: Make it run with Qt6 This is a huge commit. Changes: * Obviously, make it compile * Make it run (only scarcely tested) * get rid of most of clang's warnings Let's see what surprises are in store... --- programconfigurator.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'programconfigurator.h') diff --git a/programconfigurator.h b/programconfigurator.h index 3df66a5..543619c 100644 --- a/programconfigurator.h +++ b/programconfigurator.h @@ -16,9 +16,7 @@ class QLineEdit; class QPushButton; class QComboBox; -class QStringList; class QLabel; -class QStringList; class QCheckBox; class ProgramConfigurator : public QWidget { @@ -51,7 +49,6 @@ class ProgramConfigurator : public QWidget { QPushButton *mRemove; QPushButton *mUpdate; QPushButton *mDefault; - QCheckBox *mInternalViewer; QLabel *mDefaultLabel; QHash mData; QString mDefautProg; -- cgit v1.2.3-70-g09d2