00001 /* 00002 For general Sqliteman copyright and licensing information please refer 00003 to the COPYING file provided with the program. Following this notice may exist 00004 a copyright and/or license notice that predates the release of Sqliteman 00005 for which a new license (GPL+exception) is in place. 00006 */ 00007 00008 #ifndef UTILS_H 00009 #define UTILS_H 00010 00011 00013 namespace Utils { 00014 00017 QIcon getIcon(const QString & fileName); 00018 QPixmap getPixmap(const QString & fileName); 00019 00020 QString getTranslator(const QString & localeName); 00021 00023 bool updateObjectTree(const QString & sql); 00024 00025 }; 00026 00027 #endif
1.5.5