Skip to content

Commit

Permalink
Less warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
wadealer committed Aug 21, 2013
1 parent 10e6fc4 commit 7b2f0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generic/juickplugin/juickplugin.h
Expand Up @@ -62,7 +62,7 @@ class JuickPlugin : public QObject, public PsiPlugin, public OptionAccessor, pub

// ChatTabAccessor
void setupChatTab(QWidget* tab, int account, const QString& contact);
void setupGCTab(QWidget* tab, int account, const QString& contact) { /* do nothing*/ }
void setupGCTab(QWidget* /*tab*/, int /*account*/, const QString& /*contact*/) { /* do nothing*/ }

virtual bool incomingStanza(int account, const QDomElement& stanza);
virtual bool outgoingStanza(int , QDomElement& ) { return false; }
Expand Down

0 comments on commit 7b2f0f6

Please sign in to comment.