aboutsummaryrefslogtreecommitdiff
path: root/src/common/qmenumodel.cpp
diff options
context:
space:
mode:
authorRenato Araujo Oliveira Filho <renato.filho@canonical.com>2012-09-13 18:09:26 -0300
committerRenato Araujo Oliveira Filho <renato.filho@canonical.com>2012-09-13 18:09:26 -0300
commit7dec723ad070fea717a8c235eeada0889615ab6a (patch)
treed15dcfaf383a22a5578ed6ecd5fea8b4b27abe66 /src/common/qmenumodel.cpp
parenta03360ce3fa4b2de50917188a8a816992e864ba1 (diff)
downloadqmenumodel-7dec723ad070fea717a8c235eeada0889615ab6a.tar.gz
qmenumodel-7dec723ad070fea717a8c235eeada0889615ab6a.tar.bz2
qmenumodel-7dec723ad070fea717a8c235eeada0889615ab6a.zip
Appended comments on unit test.
Added 'valid' property in QStateAction.
Diffstat (limited to 'src/common/qmenumodel.cpp')
-rw-r--r--src/common/qmenumodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/qmenumodel.cpp b/src/common/qmenumodel.cpp
index accc47d..2321f1c 100644
--- a/src/common/qmenumodel.cpp
+++ b/src/common/qmenumodel.cpp
@@ -70,7 +70,7 @@ void QMenuModel::setMenuModel(GMenuModel *other)
g_object_unref(m_menuModel);
}
- m_menuModel = other;
+ m_menuModel = other;
if (m_menuModel) {
// this will trigger the menu load