diff options
author | Petr Mrázek <peterix@gmail.com> | 2013-03-19 06:24:34 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2013-03-19 06:24:34 +0100 |
commit | 7d7e4034f48b578c87a4651075c2b73dc236181b (patch) | |
tree | a0e58c46bb5f18726ea6e5c9039eceaeea001f0d /gui/instancemodel.h | |
parent | d67d58e662159d53ee5fde37a6f60903f6350731 (diff) | |
download | PrismLauncher-7d7e4034f48b578c87a4651075c2b73dc236181b.tar.gz PrismLauncher-7d7e4034f48b578c87a4651075c2b73dc236181b.tar.bz2 PrismLauncher-7d7e4034f48b578c87a4651075c2b73dc236181b.zip |
Property change propagation, changing instance groups, icon preview
Diffstat (limited to 'gui/instancemodel.h')
-rw-r--r-- | gui/instancemodel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/instancemodel.h b/gui/instancemodel.h index de43b7b8..208ee68e 100644 --- a/gui/instancemodel.h +++ b/gui/instancemodel.h @@ -29,7 +29,6 @@ public slots: private: const InstanceList* m_instances; - QIcon cachedIcon; int currentInstancesNumber; }; |