diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-24 12:49:08 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-07-02 10:10:18 -0400 |
| commit | 4ee9f29cdcb3df2a085e02fa29c8ae3ddbd27f1c (patch) | |
| tree | 1d5301a98eadee53b20a59a356453e27f0446171 /src/modinfodialog.h | |
| parent | f14f2bad3ba7440d6f36657f32d00c89cae54623 (diff) | |
performance optimizations: text/ini tabs and advanced conflict list use views and custom models
call update() after feedFiles() to allow some tabs to have post-processing after feedFiles()
Diffstat (limited to 'src/modinfodialog.h')
| -rw-r--r-- | src/modinfodialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modinfodialog.h b/src/modinfodialog.h index 31ea5536..e814dcf4 100644 --- a/src/modinfodialog.h +++ b/src/modinfodialog.h @@ -42,6 +42,8 @@ bool canUnhideFile(bool isArchive, const QString& filename); FileRenamer::RenameResults hideFile(FileRenamer& renamer, const QString &oldName);
FileRenamer::RenameResults unhideFile(FileRenamer& renamer, const QString &oldName);
+int naturalCompare(const QString& a, const QString& b);
+
/**
* this is a larger dialog used to visualise information about the mod.
|
