summaryrefslogtreecommitdiffstats
path: root/core/uploadDiveLogsDE.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/uploadDiveLogsDE.h')
-rw-r--r--core/uploadDiveLogsDE.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/uploadDiveLogsDE.h b/core/uploadDiveLogsDE.h
index d19d20a26..a094271b9 100644
--- a/core/uploadDiveLogsDE.h
+++ b/core/uploadDiveLogsDE.h
@@ -26,7 +26,7 @@ signals:
private:
uploadDiveLogsDE();
- bool prepareDives(bool selected, const QString &filename);
+ bool prepareDives(const QString &tempfile, const bool selected);
void uploadDives(const QString &filename, const QString &userid, const QString &password);
QNetworkReply *reply;