1
0
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:
Frank Osterfeld 2011-11-24 08:22:55 +01:00
parent c90f0efad2
commit 953a9d2f71
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@
#include <QVariantMap>
#include "artist.h"
#include "collection.h"
#include "typedefs.h"
#include "databasecommand.h"

View File

@ -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;