Changeset - 47b1db7f432c
[Not reviewed]
0 2 0
Vitaly Takmazov - 12 years ago 2013-09-12 19:30:20
vitalyster@gmail.com
Communi backend: fix compilation with boost 1.54/Qt 4.8+
2 files changed with 4 insertions and 3 deletions:
0 comments (0 inline, 0 general)
backends/libcommuni/ircnetworkplugin.h
Show inline comments
 
@@ -19,15 +19,14 @@
 
 */
 

	
 
#pragma once
 

	
 
#ifndef Q_MOC_RUN
 
#include "transport/config.h"
 
#include "transport/networkplugin.h"
 
#include "session.h"
 
#include <QtCore>
 
#include <QtNetwork>
 
#include "Swiften/EventLoop/Qt/QtEventLoop.h"
 
#include "ircnetworkplugin.h"
 

	
 
#endif
 

	
 
class IRCNetworkPlugin : public QObject, public NetworkPlugin {
 
	Q_OBJECT
backends/libcommuni/session.h
Show inline comments
 
@@ -21,11 +21,13 @@
 
#ifndef SESSION_H
 
#define SESSION_H
 

	
 
#ifndef Q_MOC_RUN
 
#include <IrcSession>
 
#include <transport/networkplugin.h>
 
#include "Swiften/Swiften.h"
 
#include <boost/smart_ptr/make_shared.hpp>
 
#include <QTimer>
 
#endif
 

	
 
using namespace Transport;
 

	
0 comments (0 inline, 0 general)