QCodeEdit
2.2
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
lib
qformatfactory.h
1
/*
2
Transition header file.
3
*/
4
5
#ifndef _QFORMAT_FACTORY_H_
6
7
#include "
qformatscheme.h
"
8
9
class
QFormatFactory
:
public
QFormatScheme
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
Generated by
1.8.1.1