From b1fff33e839f9fd5c967552ecba3ff31f2b060aa Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Fri, 26 May 2017 11:18:24 -0400 Subject: Get the new Icon Cache system implemented and turned on for the desktop "applauncher" plugins. This seems to be working quite well, and now we just need to start using this for all the other pieces of the desktop. --- .../lumina-desktop/desktop-plugins/applauncher/AppLauncherPlugin.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src-qt5/core/lumina-desktop/desktop-plugins/applauncher/AppLauncherPlugin.h') diff --git a/src-qt5/core/lumina-desktop/desktop-plugins/applauncher/AppLauncherPlugin.h b/src-qt5/core/lumina-desktop/desktop-plugins/applauncher/AppLauncherPlugin.h index b1e3fc85..34a75ce8 100644 --- a/src-qt5/core/lumina-desktop/desktop-plugins/applauncher/AppLauncherPlugin.h +++ b/src-qt5/core/lumina-desktop/desktop-plugins/applauncher/AppLauncherPlugin.h @@ -36,10 +36,14 @@ private: QFileSystemWatcher *watcher; //QMenu *menu; QInputDialog *inputDLG; + QString iconID; + int icosize; private slots: void loadButton(); void buttonClicked(bool openwith = false); + void iconLoaded(QString); + //void openContextMenu(); //void increaseIconSize(); -- cgit