mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-29 22:22:54 +02:00
remove extra wrapping HAVE_QXMPP if
This commit is contained in:
parent
bcdfc9dd78
commit
d1b050dea8
1 changed files with 0 additions and 3 deletions
|
@ -9,7 +9,6 @@
|
||||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
//
|
//
|
||||||
|
|
||||||
#ifdef HAVE_QXMPP
|
|
||||||
|
|
||||||
#include <AccountManager.h>
|
#include <AccountManager.h>
|
||||||
|
|
||||||
|
@ -84,5 +83,3 @@ XmppClient::XmppClient(const XmppClient& other) {
|
||||||
void XmppClient::operator =(XmppClient const& other) {
|
void XmppClient::operator =(XmppClient const& other) {
|
||||||
Q_UNUSED(other);
|
Q_UNUSED(other);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
Loading…
Reference in a new issue