|
QElectroTech
0.70
|
#include "qetapp.h"#include "aboutqet.h"#include "configdialog.h"#include "configpages.h"#include "qetdiagrameditor.h"#include "qetelementeditor.h"#include "elementscollectioncache.h"#include "titleblocktemplate.h"#include "qettemplateeditor.h"#include "qetproject.h"#include "qtextorientationspinboxwidget.h"#include "recentfiles.h"#include "qeticons.h"#include "templatescollection.h"#include "generalconfigurationpage.h"#include "qetmessagebox.h"#include "projectview.h"#include "elementpicturefactory.h"#include <cstdlib>#include <iostream>#include <QProcessEnvironment>#include "factory/elementfactory.h"#include <KAutoSaveFile>Go to the source code of this file.
Macros | |
| #define | QUOTE(x) STRINGIFY(x) |
| #define | STRINGIFY(x) #x |
| #define QUOTE | ( | x | ) | STRINGIFY(x) |
Definition at line 39 of file qetapp.cpp.
Referenced by QETApp::commonElementsDir(), QETApp::commonTitleBlockTemplatesDir(), and QETApp::languagesPath().
| #define STRINGIFY | ( | x | ) | #x |
Definition at line 40 of file qetapp.cpp.
1.8.15