aboutsummaryrefslogtreecommitdiff
path: root/lumina-fileinfo/dialog.h
diff options
context:
space:
mode:
authorKen Moore <ken@pcbsd.org>2015-04-21 12:46:48 -0400
committerKen Moore <ken@pcbsd.org>2015-04-21 12:46:48 -0400
commit52ae5fc0a07d596d781834f0b4bcc70744f84dc5 (patch)
tree688d80e6a027a1a2396840fef77b59d816141ebf /lumina-fileinfo/dialog.h
parentRemove lumina-fileinfo from the overall build (lumina.pro) until it gets test... (diff)
downloadlumina-52ae5fc0a07d596d781834f0b4bcc70744f84dc5.tar.gz
lumina-52ae5fc0a07d596d781834f0b4bcc70744f84dc5.tar.bz2
lumina-52ae5fc0a07d596d781834f0b4bcc70744f84dc5.zip
Clean up the new lumina-fileinfo utility.
1) Get it setup for translations 2) Update the project file to work with all the Lumina defines/locations 3) Remove the registration of the *.desktop shortcut (CLI requirements, not a stand-alone app) 4) Clean up the icon/theme usage so if the icon theme gets changed it will be updated in the utility right away.
Diffstat (limited to 'lumina-fileinfo/dialog.h')
-rw-r--r--lumina-fileinfo/dialog.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/lumina-fileinfo/dialog.h b/lumina-fileinfo/dialog.h
index cfc9fde7..6f0a4dbf 100644
--- a/lumina-fileinfo/dialog.h
+++ b/lumina-fileinfo/dialog.h
@@ -27,7 +27,10 @@ public:
void LoadDesktopFile(QString);
~Dialog();
-
+
+public slots:
+ void setupIcons();
+
private slots:
void on_pbCommand_clicked();
bgstack15