diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-10-14 11:21:43 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-10-14 11:21:43 +0000 |
| commit | f350d0ea41efed55e1d0e8411f717a2b6274e4d1 (patch) | |
| tree | 09d703ecabeb01d2ccd20511a42fb4d727437416 /examples/GuiClient/statusWidget.cpp | |
| parent | 1ae15dd2d9e2f8360929960267b2a9dda5595ab5 (diff) | |
| download | qxmpp-f350d0ea41efed55e1d0e8411f717a2b6274e4d1.tar.gz | |
doc and cosmetics
Diffstat (limited to 'examples/GuiClient/statusWidget.cpp')
| -rw-r--r-- | examples/GuiClient/statusWidget.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/GuiClient/statusWidget.cpp b/examples/GuiClient/statusWidget.cpp index 81eec353..e2f259aa 100644 --- a/examples/GuiClient/statusWidget.cpp +++ b/examples/GuiClient/statusWidget.cpp @@ -30,6 +30,7 @@ statusWidget::statusWidget(QWidget* parent) { setupUi(this); + QMenu* menu = new QMenu(this); menu->addAction(actionAvailable); menu->addAction(actionBusy); |
