aboutsummaryrefslogtreecommitdiff
path: root/launcher
diff options
context:
space:
mode:
authorTheLastRar <TheLastRar@users.noreply.github.com>2022-11-09 21:11:34 +0000
committerTheLastRar <TheLastRar@users.noreply.github.com>2022-11-14 19:05:56 +0000
commit55c7b291e1dc5ef903dfbbea18d3f48fd968df38 (patch)
tree4886bf8feb8090762c4121aa70f4f0348c41c63b /launcher
parent472d931b4b5cedcf570153c4ba40cddbc611040a (diff)
downloadPrismLauncher-55c7b291e1dc5ef903dfbbea18d3f48fd968df38.tar.gz
PrismLauncher-55c7b291e1dc5ef903dfbbea18d3f48fd968df38.tar.bz2
PrismLauncher-55c7b291e1dc5ef903dfbbea18d3f48fd968df38.zip
Remove unused qhash function
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
Diffstat (limited to 'launcher')
-rw-r--r--launcher/meta/JsonFormat.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/launcher/meta/JsonFormat.h b/launcher/meta/JsonFormat.h
index 93217b7e..63128a4e 100644
--- a/launcher/meta/JsonFormat.h
+++ b/launcher/meta/JsonFormat.h
@@ -60,11 +60,6 @@ struct Require
QString suggests;
};
-inline Q_DECL_PURE_FUNCTION uint qHash(const Require &key, uint seed = 0) Q_DECL_NOTHROW
-{
- return qHash(key.uid, seed);
-}
-
using RequireSet = std::set<Require>;
void parseIndex(const QJsonObject &obj, Index *ptr);