summaryrefslogtreecommitdiffstats
path: root/examples/widgets/charactermap/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/charactermap/mainwindow.h')
-rw-r--r--examples/widgets/charactermap/mainwindow.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/widgets/charactermap/mainwindow.h b/examples/widgets/charactermap/mainwindow.h
index 478df1dc06..37109827ab 100644
--- a/examples/widgets/charactermap/mainwindow.h
+++ b/examples/widgets/charactermap/mainwindow.h
@@ -66,11 +66,15 @@ public slots:
void findStyles(const QFont &font);
void findSizes(const QFont &font);
void insertCharacter(const QString &character);
+#ifndef QT_NO_CLIPBOARD
void updateClipboard();
+#endif
private:
CharacterWidget *characterWidget;
+#ifndef QT_NO_CLIPBOARD
QClipboard *clipboard;
+#endif
QComboBox *styleCombo;
QComboBox *sizeCombo;
QFontComboBox *fontCombo;