QCodeEdit  2.2
qformatfactory.h
1 /*
2  Transition header file.
3 */
4 
5 #ifndef _QFORMAT_FACTORY_H_
6 
7 #include "qformatscheme.h"
8 
10 {
11  public:
12  inline QFormatFactory(QObject *p = 0) : QFormatScheme(p) {}
13  inline QFormatFactory(const QString& f, QObject *p = 0) : QFormatScheme(f, p) {}
14 };
15 
16 #endif
Definition: qformatfactory.h:9
QFormatScheme(QObject *p=0)
Constructor.
Definition: qformatscheme.cpp:58
Definition of the QFormatScheme class.
A storage/configuration class for shared highlighting formats.
Definition: qformatscheme.h:41