13 lines
102 B
C++
13 lines
102 B
C++
#ifndef QGSCOPE_H
|
|
#define QGSCOPE_H
|
|
|
|
|
|
class QgScope
|
|
{
|
|
|
|
public:
|
|
QgScope();
|
|
};
|
|
|
|
#endif // QGSCOPE_H
|