diff options
author | Olivier Tilloy <olivier.tilloy@canonical.com> | 2012-10-04 09:31:10 +0200 |
---|---|---|
committer | Olivier Tilloy <olivier.tilloy@canonical.com> | 2012-10-04 09:31:10 +0200 |
commit | facb9bfef3ceb7de01e3c0f66db2dc45ea86a08a (patch) | |
tree | e647eac0d70a11e6c28c5530a89cb990870bc730 /src | |
parent | 57b1e3f69f7d1bb05ebc958dd27cc6743e063fb4 (diff) | |
download | qmenumodel-facb9bfef3ceb7de01e3c0f66db2dc45ea86a08a.tar.gz qmenumodel-facb9bfef3ceb7de01e3c0f66db2dc45ea86a08a.tar.bz2 qmenumodel-facb9bfef3ceb7de01e3c0f66db2dc45ea86a08a.zip |
Fix a typo.
Diffstat (limited to 'src')
-rw-r--r-- | src/common/qdbusmenumodel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/qdbusmenumodel.h b/src/common/qdbusmenumodel.h index 8308268..9af516d 100644 --- a/src/common/qdbusmenumodel.h +++ b/src/common/qdbusmenumodel.h @@ -52,7 +52,7 @@ protected: virtual void serviceVanish(GDBusConnection *connection); private: - // workaround to support int as bustType + // workaround to support int as busType void setIntBusType(int busType); }; |