removing gui warnings from qwt section

This commit is contained in:
2020-02-26 16:56:41 +01:00
parent 300b0c8105
commit f38ed8706f
7 changed files with 87 additions and 49 deletions

View File

@ -30,8 +30,7 @@ class qDetectorMain : public QMainWindow, private Ui::DetectorMainObject {
Q_OBJECT
public:
qDetectorMain(int argc, char **argv, QApplication *app,
QWidget *parent = 0);
qDetectorMain(int multiId, std::string fname, bool isDevel);
~qDetectorMain();
private slots: