Ajout des options --help, -v,--version et --license

Le fichier gnugpl.txt s'appelle desormais LICENSE et est integre au binaire QET


git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@196 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavierqet
2007-10-28 01:32:57 +00:00
parent 4780f87cb9
commit 5c1260fe0c
9 changed files with 266 additions and 182 deletions

View File

@@ -22,6 +22,9 @@ class QETApp : public QApplication {
// methodes
public:
void setLanguage(const QString &);
static void printHelp();
static void printVersion();
static void printLicense();
static QString commonElementsDir();
static QString customElementsDir();