diff options
Diffstat (limited to 'core/qthelper.cpp')
-rw-r--r-- | core/qthelper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/qthelper.cpp b/core/qthelper.cpp index 9483d9ab5..37e6dcdfc 100644 --- a/core/qthelper.cpp +++ b/core/qthelper.cpp @@ -653,7 +653,7 @@ QString getSubsurfaceDataPath(QString folderToFind) folder = QDir(execdir.append("/../Resources/").append(folderToFind)); if (folder.exists()) return folder.absolutePath(); - return QString(""); + return QString(); } static const char *printing_templates = "printing_templates"; |