summaryrefslogtreecommitdiff
path: root/library/qpemessagebox.cpp
Unidiff
Diffstat (limited to 'library/qpemessagebox.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--library/qpemessagebox.cpp9
1 files changed, 8 insertions, 1 deletions
diff --git a/library/qpemessagebox.cpp b/library/qpemessagebox.cpp
index bf03d31..c38828a 100644
--- a/library/qpemessagebox.cpp
+++ b/library/qpemessagebox.cpp
@@ -25,3 +25,10 @@
25 25
26static void never_called_tr_function_um_libqpe_ts_etwas_unter_zu_jubeln() { 26#ifdef Q_OS_MACX
27 #define ATTRIBUTE_UNUSED
28#else
29 #define ATTRIBUTE_UNUSED __attribute__((unused))
30#endif
31
32static void never_called_tr_function_um_libqpe_ts_etwas_unter_zu_jubeln() ATTRIBUTE_UNUSED;
33static void never_called_tr_function_um_libqpe_ts_etwas_unter_zu_jubeln() {
27(void)QMessageBox::tr("Yes"); 34(void)QMessageBox::tr("Yes");