Move creation of QSession object into MainWindow::checkSurvey()

Instead of handing the QSession object down, simply create it in
MainWindow::checkSurvey()

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2017-11-30 15:57:26 +01:00 committed by Lubomir I. Ivanov
parent 135ea00d88
commit 8b9c63b2d8
2 changed files with 10 additions and 11 deletions

View file

@ -83,7 +83,7 @@ public:
ProfileWidget2 *graphics() const;
PlannerDetails *plannerDetails() const;
void printPlan();
void checkSurvey(QSettings *s);
void checkSurvey();
void setApplicationState(const QByteArray& state);
void setStateProperties(const QByteArray& state, const PropertyList& tl, const PropertyList& tr, const PropertyList& bl,const PropertyList& br);
bool inPlanner();