Skip to content

Commit 002cf74

Browse files
committed
Merge remote-tracking branch 'origin/qt6' into qt6-category
2 parents d72f4e2 + 79a6a18 commit 002cf74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iplugingame.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ class IPluginGame : public QObject, public IPlugin
165165
*
166166
* @return directories where we may find data files outside the main location
167167
*/
168-
virtual QList<QDir> secondaryDataDirectories() const = 0;
168+
virtual QMap<QString, QDir> secondaryDataDirectories() const = 0;
169169

170170
/**
171171
* @brief set the path to the managed game

0 commit comments

Comments
 (0)