Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lintest/fb2edit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/fb2dock.cpp')
-rw-r--r--source/fb2dock.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/fb2dock.cpp b/source/fb2dock.cpp
index 47f96d7..44ffb9b 100644
--- a/source/fb2dock.cpp
+++ b/source/fb2dock.cpp
@@ -218,7 +218,7 @@ void FbMainDock::addMenu(QMenu *menu)
void FbMainDock::enableMenu(bool value)
{
- foreach (QMenu *menu, m_menus) {
+ for (QMenu *menu: m_menus) {
menu->setEnabled(value);
}
}