diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-05-25 15:28:47 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-05-26 09:57:21 +0100 |
commit | 6c9dfa8ab7cc25d6cc3ce988803118b5d56ea30b (patch) | |
tree | 83b683bb177d643385618e1f46642d014332a59d /tubes | |
parent | ecdbd313838093055c66614d7e5793aacae7c5bd (diff) |
cppcheck: noExplicitConstructor
Change-Id: If947733a205e8ece1845079be95cbc2d6cbd5029
Diffstat (limited to 'tubes')
-rw-r--r-- | tubes/source/contacts.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tubes/source/contacts.cxx b/tubes/source/contacts.cxx index df9900565dd8..08388805352a 100644 --- a/tubes/source/contacts.cxx +++ b/tubes/source/contacts.cxx @@ -106,7 +106,7 @@ class TubeContacts : public ModelessDialog } public: - TubeContacts( Collaboration* pCollaboration ) : + explicit TubeContacts( Collaboration* pCollaboration ) : ModelessDialog( NULL, "ContactsDialog", "tubes/ui/contacts.ui" ), mpCollaboration( pCollaboration ) { |