summaryrefslogtreecommitdiffstats
path: root/subsurface-android-helper.cpp
diff options
context:
space:
mode:
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;
+}