widget 클래스들의 기초 클래스를 QObject 에서 QWidget으로 변경
git-svn-id: svn://192.168.0.12/source@299 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
#ifndef SADDDELWIDGET
|
||||
#define SADDDELWIDGET
|
||||
|
||||
#include <QObject>
|
||||
#include <QWidget>
|
||||
|
||||
class QPushButton;
|
||||
class QVBoxLayout;
|
||||
class QWidget;
|
||||
|
||||
|
||||
class SAddDelWidget: public QObject
|
||||
|
||||
class SAddDelWidget: public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user