summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/fileutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/installer/fileutils.h')
-rw-r--r--src/libs/installer/fileutils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/installer/fileutils.h b/src/libs/installer/fileutils.h
index 78241d3ce..101a6a1cc 100644
--- a/src/libs/installer/fileutils.h
+++ b/src/libs/installer/fileutils.h
@@ -92,6 +92,7 @@ private:
bool INSTALLER_EXPORT isInBundle(const QString &path, QString *bundlePath = 0);
QString replacePath(const QString &path, const QString &pathBefore, const QString &pathAfter);
+ void replaceHighDpiImage(QString &imagePath);
#ifdef Q_OS_WIN
QString INSTALLER_EXPORT getLongPathName(const QString &name);