summaryrefslogtreecommitdiffstats
path: root/subsurface-android-helper.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-11-05 10:05:22 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-11-05 13:45:50 -0800
commit081295cb406f5284b8aae3ef0dcbcdad01241179 (patch)
treeb19a0fae132c52ea8e8c9d95c98287c638e73476 /subsurface-android-helper.cpp
parent533d724d1b4380741ce7db91c39262df6c0df062 (diff)
downloadsubsurface-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 'subsurface-android-helper.cpp')
-rw-r--r--subsurface-android-helper.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/subsurface-android-helper.cpp b/subsurface-android-helper.cpp
index ff6da88ca..a9fdf4031 100644
--- a/subsurface-android-helper.cpp
+++ b/subsurface-android-helper.cpp
@@ -71,3 +71,8 @@ double get_screen_dpi()
QDesktopWidget *mydesk = qApp->desktop();
return mydesk->physicalDpiX();
}
+
+bool haveFilesOnCommandLine()
+{
+ return false;
+}