mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-22 18:52:30 +01:00
Fix order
This commit is contained in:
parent
9200923691
commit
f3c78f22c9
2
main.cpp
2
main.cpp
@ -60,12 +60,12 @@ int main(int argc, char* argv[])
|
||||
PackageFileHandler packageFileHandler;
|
||||
ProfileListModel profileListModel;
|
||||
SteamWorkshopListModel steamWorkshopListModel;
|
||||
SteamWorkshop steamWorkshop;
|
||||
|
||||
// Create settings in the end because for now it depends on
|
||||
// such things as the profile list model to complete
|
||||
// It will also set the m_absoluteStoragePath in profileListModel and installedListModel
|
||||
Settings settings(&profileListModel, &monitorListModel, &installedListModel, steamID);
|
||||
SteamWorkshop steamWorkshop(steamID,&steamWorkshopListModel,&settings);
|
||||
|
||||
// All the list need the default path from the settings
|
||||
// to know where to look for the files
|
||||
|
Loading…
Reference in New Issue
Block a user