mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
135ea00d88
commit
8b9c63b2d8
2 changed files with 10 additions and 11 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue