summaryrefslogtreecommitdiffstats
path: root/core/qthelper.cpp
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2018-06-03 20:52:31 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-06-04 08:50:10 -0700
commit9f349a4efca6ef10efaf2b9c70f2ebb22278747e (patch)
treee07f2b859e3837bed290cade6981fed08b93d2cf /core/qthelper.cpp
parent9d73b6602483fc0b8609adc041d824ec5e43ee62 (diff)
downloadsubsurface-9f349a4efca6ef10efaf2b9c70f2ebb22278747e.tar.gz
Cleanup: make copyPath() function of static linkage
The function was only used in core/qthelper.cpp Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/qthelper.cpp')
-rw-r--r--core/qthelper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/qthelper.cpp b/core/qthelper.cpp
index 638931055..cf4f8d021 100644
--- a/core/qthelper.cpp
+++ b/core/qthelper.cpp
@@ -712,7 +712,7 @@ QString getPrintingTemplatePathBundle()
return path;
}
-void copyPath(QString src, QString dst)
+static void copyPath(QString src, QString dst)
{
QDir dir(src);
if (!dir.exists())