Skip to content

Commit

Permalink
Use map so we can set an origin name
Browse files Browse the repository at this point in the history
  • Loading branch information
Silarn committed Sep 5, 2023
1 parent 97ab60a commit 79a6a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iplugingame.h
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ class IPluginGame : public QObject, public IPlugin
*
* @return directories where we may find data files outside the main location
*/
virtual QList<QDir> secondaryDataDirectories() const = 0;
virtual QMap<QString, QDir> secondaryDataDirectories() const = 0;

/**
* @brief set the path to the managed game
Expand Down

0 comments on commit 79a6a18

Please sign in to comment.