Doc: compile qstatustipevent snippet
Done-with: Nico Vertriest <nico.vertriest@qt.io> Task-number: QTBUG-81486 Change-Id: I44c7b31e0a99009f51f81e2c8d0e736e6eafd535 Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
This commit is contained in:
parent
5ee39fc7c9
commit
319e22cb4a
@ -47,9 +47,10 @@
|
||||
** $QT_END_LICENSE$
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#include <QtGui>
|
||||
#include <QApplication>
|
||||
#include <QMainWindow>
|
||||
#include <QMenuBar>
|
||||
#include <QStatusBar>
|
||||
|
||||
class MainWindow : public QMainWindow
|
||||
{
|
||||
|
7
src/gui/doc/snippets/qstatustipevent/qstatustipevent.pro
Normal file
7
src/gui/doc/snippets/qstatustipevent/qstatustipevent.pro
Normal file
@ -0,0 +1,7 @@
|
||||
TEMPLATE = lib
|
||||
TARGET = qstatustipevent_snippets
|
||||
QT += core gui widgets
|
||||
|
||||
SOURCES = \
|
||||
main.cpp
|
||||
|
@ -17,6 +17,7 @@ contains(QT_BUILD_PARTS, tests) {
|
||||
qfileopenevent \
|
||||
qfontdatabase \
|
||||
qimagewriter \
|
||||
qstatustipevent \
|
||||
textblock-formats \
|
||||
textblock-fragments \
|
||||
textdocument-blocks \
|
||||
|
Loading…
Reference in New Issue
Block a user