.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#include "cstorybook.h"
|
||||
|
||||
|
||||
cStoryBook::cStoryBook()
|
||||
{
|
||||
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
#ifndef CSTORYBOOK_H
|
||||
#define CSTORYBOOK_H
|
||||
|
||||
|
||||
class cStoryBook
|
||||
{
|
||||
public:
|
||||
cStoryBook();
|
||||
};
|
||||
|
||||
#endif // CSTORYBOOK_H
|
||||
+4
-2
@@ -61,7 +61,8 @@ SOURCES += \
|
||||
common.cpp \
|
||||
ctextedit.cpp \
|
||||
cstructurewindow.cpp \
|
||||
cwidget.cpp
|
||||
cwidget.cpp \
|
||||
cstorybook.cpp
|
||||
|
||||
HEADERS += \
|
||||
cmainwindow.h \
|
||||
@@ -71,7 +72,8 @@ HEADERS += \
|
||||
common.h \
|
||||
ctextedit.h \
|
||||
cstructurewindow.h \
|
||||
cwidget.h
|
||||
cwidget.h \
|
||||
cstorybook.h
|
||||
|
||||
FORMS += \
|
||||
cmainwindow.ui \
|
||||
|
||||
Reference in New Issue
Block a user