summaryrefslogtreecommitdiff
path: root/src/loadmechanism.h
diff options
context:
space:
mode:
authorTanninOne <seppleviathan@gmx.de>2015-12-06 15:10:45 +0100
committerTanninOne <seppleviathan@gmx.de>2015-12-06 15:10:45 +0100
commit865c75a499fe2319ed07e36d8d5d987032058882 (patch)
tree4fc3a4f2c56a41d750baab84c392eec09fe6f75f /src/loadmechanism.h
parente31cf3f2fd99073d22fdddfdb106a59858e14299 (diff)
parenteca56079d5625c3ddc908d5e8fc9550ce298b1af (diff)
Merge branch 'ThosRTanner-master'
Diffstat (limited to 'src/loadmechanism.h')
-rw-r--r--src/loadmechanism.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/loadmechanism.h b/src/loadmechanism.h
index 43a8dd6c..c04473ab 100644
--- a/src/loadmechanism.h
+++ b/src/loadmechanism.h
@@ -91,7 +91,7 @@ private:
void writeHintFile(const QDir &targetDirectory);
// remove the hint file if it exists. does nothing if the file doesn't exist
- void removeHintFile(QDir &targetDirectory);
+ void removeHintFile(QDir targetDirectory);
// compare the two files by md5-hash, returns true if they are identical
bool hashIdentical(const QString &fileNameLHS, const QString &fileNameRHS);