summaryrefslogtreecommitdiffstats
path: root/examples/mainwindows
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2009-11-02 14:27:59 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2009-11-02 14:31:27 (GMT)
commitc55c08b38dd902765f476f62369378813c8e804f (patch)
treee107d51e4b5d5e6ccb74687940deabe6a3cb862c /examples/mainwindows
parentaec81c8e3ec7f2144f2b653e2fa23b0dd732b0d1 (diff)
downloadQt-c55c08b38dd902765f476f62369378813c8e804f.zip
Qt-c55c08b38dd902765f476f62369378813c8e804f.tar.gz
Qt-c55c08b38dd902765f476f62369378813c8e804f.tar.bz2
Doc: i18n overhaul for QObject::tr() and the Qt Linguist manual.
Reviewed-by: Trust Me
Diffstat (limited to 'examples/mainwindows')
-rw-r--r--examples/mainwindows/sdi/mainwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/mainwindows/sdi/mainwindow.h b/examples/mainwindows/sdi/mainwindow.h
index ca478df..a925e2f 100644
--- a/examples/mainwindows/sdi/mainwindow.h
+++ b/examples/mainwindows/sdi/mainwindow.h
@@ -50,12 +50,14 @@ class QMenu;
class QTextEdit;
QT_END_NAMESPACE
+//! [class definition with macro]
class MainWindow : public QMainWindow
{
Q_OBJECT
public:
MainWindow();
+//! [class definition with macro]
MainWindow(const QString &fileName);
protected: