diff options
| author | Al12rs <gabriel.cortesi@outlook.com> | 2018-12-18 00:10:37 +0100 |
|---|---|---|
| committer | Al12rs <gabriel.cortesi@outlook.com> | 2018-12-18 00:12:28 +0100 |
| commit | ff51aa10c27ce09ddacccc84e09105f333a36abc (patch) | |
| tree | 170e5ea43b4834e0962666f5cd656d744e5ec1aa /src/mainwindow.h | |
| parent | cbc9d00584d0c0b7f8cc6ade00b9ca8dafb6fd03 (diff) | |
Fixed performance issue of Data tab.
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 69d08337..cd7e6f43 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -211,7 +211,7 @@ private: void startSteam();
- void updateTo(QTreeWidgetItem *subTree, const std::wstring &directorySoFar, const MOShared::DirectoryEntry &directoryEntry, bool conflictsOnly);
+ void updateTo(QTreeWidgetItem *subTree, const std::wstring &directorySoFar, const MOShared::DirectoryEntry &directoryEntry, bool conflictsOnly, QIcon *fileIcon, QIcon *folderIcon);
bool refreshProfiles(bool selectProfile = true);
void refreshExecutablesList();
void installMod(QString fileName = "");
|
