widget 클래스들의 기초 클래스를 QObject 에서 QWidget으로 변경

git-svn-id: svn://192.168.0.12/source@299 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
admin
2016-10-07 10:05:37 +00:00
parent 522bebb88d
commit bdd6780920
7 changed files with 33 additions and 25 deletions

View File

@@ -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