summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/oapplicationfactory.h
authorzecke <zecke>2004-12-20 22:04:43 (UTC)
committer zecke <zecke>2004-12-20 22:04:43 (UTC)
commite561899f6cf0c98b428f70df06eaee2ce1912291 (patch) (side-by-side diff)
treedeb204bd5f6026c9b48a82089739a29dd564be07 /libopie2/opiecore/oapplicationfactory.h
parent4a9d317adb576fed2164638a1d4d15c75eebfd6b (diff)
downloadopie-e561899f6cf0c98b428f70df06eaee2ce1912291.zip
opie-e561899f6cf0c98b428f70df06eaee2ce1912291.tar.gz
opie-e561899f6cf0c98b428f70df06eaee2ce1912291.tar.bz2
A define to avoid writing static QString fromLatin1() {...}
Diffstat (limited to 'libopie2/opiecore/oapplicationfactory.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opiecore/oapplicationfactory.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libopie2/opiecore/oapplicationfactory.h b/libopie2/opiecore/oapplicationfactory.h
index 6247776..cabaf79 100644
--- a/libopie2/opiecore/oapplicationfactory.h
+++ b/libopie2/opiecore/oapplicationfactory.h
@@ -331,3 +331,5 @@ int main( int argc, char **argv ) { \
}
#endif
+
+#define OPIE_EXPORT_APPNAME static QString appName() { return QString::fromLatin1( QUICKAPP_NAME ); }