mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Move the Profile out of the mainwindow.ui
And place it in mainwindow.cpp Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
6b038c2a9a
commit
4867ee8ad8
4 changed files with 17 additions and 104 deletions
|
@ -81,6 +81,7 @@ public:
|
|||
void cleanUpEmpty();
|
||||
void setToolButtonsEnabled(bool enabled);
|
||||
ProfileWidget2 *graphics() const;
|
||||
PlannerDetails *plannerDetails() const;
|
||||
void setLoadedWithFiles(bool filesFromCommandLine);
|
||||
bool filesFromCommandLine() const;
|
||||
void setPlanNotes(const char *notes);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue