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