From 7e9607da051e41d0cae09af10068b2a45e887b39 Mon Sep 17 00:00:00 2001 From: bernie Date: Tue, 19 Sep 2006 17:49:04 +0000 Subject: [PATCH 1/1] Reindent. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@696 38d2e660-2303-0410-9eaa-f027e97ec537 --- emul/emulwin.cpp | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/emul/emulwin.cpp b/emul/emulwin.cpp index 6c573490..81829864 100755 --- a/emul/emulwin.cpp +++ b/emul/emulwin.cpp @@ -15,6 +15,9 @@ /*#* *#* $Log$ + *#* Revision 1.6 2006/09/19 17:49:04 bernie + *#* Reindent. + *#* *#* Revision 1.5 2006/05/28 12:17:56 bernie *#* Drop almost all the Qt3 cruft. *#* @@ -58,16 +61,15 @@ EmulWin::EmulWin(Emulator *e) setAttribute(Qt::WA_DeleteOnClose); // Create the menu bar - QMenu *file_menu = menuBar()->addMenu(tr("&File")); - file_menu->addAction(tr("&Quit"), - e->emulApp, SLOT(closeAllWindows()), CTRL+Key_Q); - - menuBar()->addSeparator(); + QMenu *file_menu = menuBar()->addMenu(tr("&File")); + file_menu->addAction(tr("&Quit"), + e->emulApp, SLOT(closeAllWindows()), CTRL+Key_Q); - QMenu *help_menu = menuBar()->addMenu(tr("&Help")); - help_menu->addAction(tr("&About"), - this, SLOT(about()), Key_F1); + menuBar()->addSeparator(); + QMenu *help_menu = menuBar()->addMenu(tr("&Help")); + help_menu->addAction(tr("&About"), + this, SLOT(about()), Key_F1); // Make a central widget to contain the other widgets QWidget *central = new QWidget(this); -- 2.25.1