Changeset - 88ecf054b8ad
[Not reviewed]
Merge
0 1 0
vitalyster - 12 years ago 2013-08-16 11:21:51
vitalyster@gmail.com
Merge pull request #43 from vitalyster/master

IRC Backend: fix compilation with libCommuni > 2.0.0
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
backends/libcommuni/session.cpp
Show inline comments
 
@@ -20,14 +20,15 @@
 

	
 
#include "session.h"
 
#include <QtCore>
 
#include <iostream>
 
#include <IrcCommand>
 
#include <IrcMessage>
 
#if COMMUNI_VERSION < 0x020000
 
#include <IrcUtil>
 

	
 
#endif
 
#include "backports.h"
 

	
 
#include "ircnetworkplugin.h"
 

	
 
#define FROM_UTF8(WHAT) QString::fromUtf8((WHAT).c_str(), (WHAT).size())
 
#define TO_UTF8(WHAT) std::string((WHAT).toUtf8().data(), (WHAT).toUtf8().size())
0 comments (0 inline, 0 general)