diff options
author | Jan Dalheimer <jan@dalheimer.de> | 2016-04-06 23:09:30 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2016-04-30 23:59:23 +0200 |
commit | 00e5968bd28ab1df33b3a39dbac8cda99aa2a0d2 (patch) | |
tree | c930ca4f0edae9bb2bbd1a9ce2fddb2ca5a7bf32 /logic/java/JavaInstallList.h | |
parent | 5ae3b2c11416eb897a08b0d9531843d0357332f8 (diff) | |
download | PrismLauncher-00e5968bd28ab1df33b3a39dbac8cda99aa2a0d2.tar.gz PrismLauncher-00e5968bd28ab1df33b3a39dbac8cda99aa2a0d2.tar.bz2 PrismLauncher-00e5968bd28ab1df33b3a39dbac8cda99aa2a0d2.zip |
NOISSUE Add a skeleton of the wonko system
Diffstat (limited to 'logic/java/JavaInstallList.h')
-rw-r--r-- | logic/java/JavaInstallList.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/java/JavaInstallList.h b/logic/java/JavaInstallList.h index f2ec20f7..cf0e5784 100644 --- a/logic/java/JavaInstallList.h +++ b/logic/java/JavaInstallList.h @@ -41,7 +41,7 @@ public: virtual void sortVersions() override; virtual QVariant data(const QModelIndex &index, int role) const override; - virtual RoleList providesRoles() override; + virtual RoleList providesRoles() const override; public slots: virtual void updateListData(QList<BaseVersionPtr> versions) override; |