MagicSmoke  $VERSION$
debug.h
Go to the documentation of this file.
1 //
2 // C++ Interface: debug
3 //
4 // Description:
5 //
6 //
7 // Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2008-2011
8 //
9 // Copyright: See README/COPYING.GPL files that come with this distribution
10 //
11 //
12 
13 #ifndef MAGICSMOKE_DEBUG_H
14 #define MAGICSMOKE_DEBUG_H
15 
16 #include "commonexport.h"
17 
18 MAGICSMOKE_COMMON_EXPORT void initDebug(const QString&dataDir);
19 
20 #endif
#define MAGICSMOKE_COMMON_EXPORT
Definition: commonexport.h:7
MAGICSMOKE_COMMON_EXPORT void initDebug(const QString &dataDir)
Definition: debug.cpp:41
static QString dataDir
Definition: msinterface.cpp:36