diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-11-05 10:05:22 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-11-05 13:45:50 -0800 |
commit | 081295cb406f5284b8aae3ef0dcbcdad01241179 (patch) | |
tree | b19a0fae132c52ea8e8c9d95c98287c638e73476 /desktop-widgets/mainwindow.h | |
parent | 533d724d1b4380741ce7db91c39262df6c0df062 (diff) | |
download | subsurface-081295cb406f5284b8aae3ef0dcbcdad01241179.tar.gz |
Untangle Profile from MainWindow: files on command line
There's no reason why this should be on the MainWindow widget.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/mainwindow.h')
-rw-r--r-- | desktop-widgets/mainwindow.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop-widgets/mainwindow.h b/desktop-widgets/mainwindow.h index 02ec2478c..05844fbd6 100644 --- a/desktop-widgets/mainwindow.h +++ b/desktop-widgets/mainwindow.h @@ -88,8 +88,6 @@ public: void setToolButtonsEnabled(bool enabled); ProfileWidget2 *graphics() const; PlannerDetails *plannerDetails() const; - void setLoadedWithFiles(bool filesFromCommandLine); - bool filesFromCommandLine() const; void printPlan(); void checkSurvey(QSettings *s); void setApplicationState(const QByteArray& state); |