diff options
| author | Renato Araujo Oliveira Filho <renato.filho@canonical.com> | 2012-09-13 18:09:26 -0300 |
|---|---|---|
| committer | Renato Araujo Oliveira Filho <renato.filho@canonical.com> | 2012-09-13 18:09:26 -0300 |
| commit | 7dec723ad070fea717a8c235eeada0889615ab6a (patch) | |
| tree | d15dcfaf383a22a5578ed6ecd5fea8b4b27abe66 /src/common/qmenumodel.cpp | |
| parent | a03360ce3fa4b2de50917188a8a816992e864ba1 (diff) | |
| download | qmenumodel-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.cpp | 2 |
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 |
