From 4c41cb48d0356a28190c300fd4cc5e03f824b870 Mon Sep 17 00:00:00 2001 From: Gatis Paeglis Date: Tue, 16 Oct 2012 18:11:42 +0200 Subject: Modularize drag and drop documentation - Move dnd docs and examples out of QtDoc module to gui library in QtBase - Remove info related to Motif dnd since Qt5 doesn't implement it Change-Id: Id7eb4eb422f4294a36dd92709ce3007903371f03 Reviewed-by: Jerome Pasion --- examples/widgets/widgets/charactermap/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/widgets/widgets/charactermap/mainwindow.cpp b/examples/widgets/widgets/charactermap/mainwindow.cpp index 3c98c91037..21abfccc87 100644 --- a/examples/widgets/widgets/charactermap/mainwindow.cpp +++ b/examples/widgets/widgets/charactermap/mainwindow.cpp @@ -76,8 +76,8 @@ MainWindow::MainWindow() //! [3] clipboard = QApplication::clipboard(); -#endif //! [3] +#endif //! [4] connect(fontCombo, SIGNAL(currentFontChanged(QFont)), -- cgit v1.2.3