summaryrefslogtreecommitdiffstats
path: root/core/qthelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/qthelper.h')
-rw-r--r--core/qthelper.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/qthelper.h b/core/qthelper.h
index 948ca234d..516990005 100644
--- a/core/qthelper.h
+++ b/core/qthelper.h
@@ -33,12 +33,12 @@ QString get_divepoint_gas_string(struct dive *d, const divedatapoint& dp);
void read_hashes();
void write_hashes();
void updateHash(struct picture *picture);
-QByteArray hashFile(const QString filename);
+QByteArray hashFile(const QString &filename);
void learnImages(const QDir dir, int max_recursions);
-void add_hash(const QString filename, QByteArray hash);
+void add_hash(const QString &filename, const QByteArray &hash);
void hashPicture(struct picture *picture);
extern "C" char *hashstring(const char *filename);
-QString localFilePath(const QString originalFilename);
+QString localFilePath(const QString &originalFilename);
QString fileFromHash(const char *hash);
void learnHash(const QString &originalName, const QString &localName, const QByteArray &hash);
weight_t string_to_weight(const char *str);
@@ -49,7 +49,7 @@ fraction_t string_to_fraction(const char *str);
int getCloudURL(QString &filename);
bool parseGpsText(const QString &gps_text, double *latitude, double *longitude);
QByteArray getCurrentAppState();
-void setCurrentAppState(QByteArray state);
+void setCurrentAppState(const QByteArray &state);
void init_proxy();
QString getUUID();
QStringList imageExtensionFilters();