Changeset - ff6448bcd32f
[Not reviewed]
0 1 0
HanzZ - 12 years ago 2013-01-28 08:03:14
hanzz.k@gmail.com
Communi: initBackendLogging before QCoreApplication
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
backends/libcommuni/main.cpp
Show inline comments
 
@@ -33,10 +33,10 @@ int main (int argc, char* argv[]) {
 
		return 1;
 
	}
 

	
 
	QCoreApplication app(argc, argv);
 

	
 
	Logging::initBackendLogging(cfg);
 

	
 
	QCoreApplication app(argc, argv);
 

	
 
	Swift::QtEventLoop eventLoop;
 

	
 

	
0 comments (0 inline, 0 general)