From 23629784d15d669aea5bf71abfaf775931e2324f Mon Sep 17 00:00:00 2001 From: wi Date: Fri, 17 Apr 2015 15:04:05 +0200 Subject: This is a complete adaptation of lumina-fileinfo. The most important element is that during the loadDEsktopFile we check the content of the file. In case the file does not contains the mandatory elements (cfr http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-1.1.html) we reject it and ask the user to manually (via an anoter tool) correct it, or to restart from scratch. --- lumina-fileinfo/dialog.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lumina-fileinfo/dialog.h') diff --git a/lumina-fileinfo/dialog.h b/lumina-fileinfo/dialog.h index 1dfbd64c..cfc9fde7 100644 --- a/lumina-fileinfo/dialog.h +++ b/lumina-fileinfo/dialog.h @@ -31,14 +31,12 @@ public: private slots: void on_pbCommand_clicked(); - void on_pbWorkingDir_clicked(); - void on_pbApply_clicked(); - void on_pbIcon_clicked(); void textReplace(QString &origin, QString from, QString to, QString topic); + void copyTemplate(QString templateType); void on_lName_textChanged(QString text); void on_lComment_textChanged(QString text); -- cgit