From 79a6a1856bb3b4d7d91909bd153da43ca18fcc30 Mon Sep 17 00:00:00 2001 From: Jeremy Rimpo Date: Mon, 4 Sep 2023 19:39:41 -0500 Subject: [PATCH] Use map so we can set an origin name --- src/iplugingame.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/iplugingame.h b/src/iplugingame.h index a0554c5d..d4f7add4 100644 --- a/src/iplugingame.h +++ b/src/iplugingame.h @@ -165,7 +165,7 @@ class IPluginGame : public QObject, public IPlugin * * @return directories where we may find data files outside the main location */ - virtual QList secondaryDataDirectories() const = 0; + virtual QMap secondaryDataDirectories() const = 0; /** * @brief set the path to the managed game