mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-11 16:44:05 +02:00
fix warnings (delete + incomplete type, initializer list ordering)
This commit is contained in:
@@ -23,6 +23,7 @@
|
|||||||
#include <QVariantMap>
|
#include <QVariantMap>
|
||||||
|
|
||||||
#include "artist.h"
|
#include "artist.h"
|
||||||
|
#include "collection.h"
|
||||||
#include "typedefs.h"
|
#include "typedefs.h"
|
||||||
#include "databasecommand.h"
|
#include "databasecommand.h"
|
||||||
|
|
||||||
|
@@ -67,11 +67,11 @@ JabberFactory::icon() const
|
|||||||
|
|
||||||
JabberPlugin::JabberPlugin( const QString& pluginId )
|
JabberPlugin::JabberPlugin( const QString& pluginId )
|
||||||
: SipPlugin( pluginId )
|
: SipPlugin( pluginId )
|
||||||
|
, m_state( Disconnected )
|
||||||
#ifndef ENABLE_HEADLESS
|
#ifndef ENABLE_HEADLESS
|
||||||
, m_menu( 0 )
|
, m_menu( 0 )
|
||||||
, m_xmlConsole( 0 )
|
, m_xmlConsole( 0 )
|
||||||
#endif
|
#endif
|
||||||
, m_state( Disconnected )
|
|
||||||
{
|
{
|
||||||
qDebug() << Q_FUNC_INFO;
|
qDebug() << Q_FUNC_INFO;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user