diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-04-15 22:36:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-15 22:36:02 +0200 |
commit | ef76bd355ae86c1399eed068f3397dfb601b8b4b (patch) | |
tree | cc44a0593aeae10176b2f9aa812641c6f8fabf36 /launcher/ui/widgets/VersionSelectWidget.h | |
parent | 8c98cc94581bf91ad0cc60ffaa67f9852050c066 (diff) | |
parent | 3e64935844f5ad1e772eab763a7f02260c25dcc1 (diff) | |
download | PrismLauncher-ef76bd355ae86c1399eed068f3397dfb601b8b4b.tar.gz PrismLauncher-ef76bd355ae86c1399eed068f3397dfb601b8b4b.tar.bz2 PrismLauncher-ef76bd355ae86c1399eed068f3397dfb601b8b4b.zip |
Merge pull request #398 from kthchew/feature/ml-instance-creation
Diffstat (limited to 'launcher/ui/widgets/VersionSelectWidget.h')
-rw-r--r-- | launcher/ui/widgets/VersionSelectWidget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/launcher/ui/widgets/VersionSelectWidget.h b/launcher/ui/widgets/VersionSelectWidget.h index 0a649408..f56daa8a 100644 --- a/launcher/ui/widgets/VersionSelectWidget.h +++ b/launcher/ui/widgets/VersionSelectWidget.h @@ -18,6 +18,7 @@ #include <QWidget> #include <QSortFilterProxyModel> #include "BaseVersionList.h" +#include "VersionListView.h" class VersionProxyModel; class VersionListView; @@ -49,6 +50,7 @@ public: void setFilter(BaseVersionList::ModelRoles role, Filter *filter); void setEmptyString(QString emptyString); void setEmptyErrorString(QString emptyErrorString); + void setEmptyMode(VersionListView::EmptyMode mode); void setResizeOn(int column); signals: |