[Marble-bugs] [marble] [Bug 331369] New: Code style fixes in QtMainWindow
Dennis Nienhüser
earthwings at gentoo.org
Fri Feb 21 09:44:55 UTC 2014
https://bugs.kde.org/show_bug.cgi?id=331369
Bug ID: 331369
Summary: Code style fixes in QtMainWindow
Classification: Unclassified
Product: marble
Version: 1.8 (KDE 4.13)
Platform: unspecified
OS: Linux
Status: UNCONFIRMED
Keywords: google-code-in, junior-jobs
Severity: task
Priority: NOR
Component: general
Assignee: marble-bugs at kde.org
Reporter: earthwings at gentoo.org
This task is about improving the code style in
src/apps/marble-qt/QtMainWindow.h and rc/apps/marble-qt/QtMainWindow.cpp. Do
the following changes:
- Change variable name abbreviations: "Act" becomes "Action", e.g. m_copyMapAct
becomes m_copyMapAction. Hint: Use QtCreator and its rename function
(Ctrl+Shift+R)
- Make sure MainWindow::MainWindow() initializes all pointers to 0, e.g. add
m_copyMapAction( 0 )
Create a review request at https://git.reviewboard.kde.org with your patch. Use
marble as reviewers group.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Marble-bugs
mailing list