X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fviews%2Fplatformeditview.h;h=6c25d8b3a546221d50d9828361143aaa1625a3bb;hb=cac2a8a8941985527f0d8714528ca725d8886e9b;hp=6636206b25f70ee93ac83f1bf88e1bea34739f3f;hpb=a271ea35e7ce1206e2edce4f92cb75678fce7528;p=emufront diff --git a/src/views/platformeditview.h b/src/views/platformeditview.h index 6636206..6c25d8b 100644 --- a/src/views/platformeditview.h +++ b/src/views/platformeditview.h @@ -17,16 +17,20 @@ ** ** You should have received a copy of the GNU General Public License ** along with EmuFront. If not, see . -*/#ifndef PLATFORMMAINDIALOG_H +*/ + +#ifndef PLATFORMMAINDIALOG_H #define PLATFORMMAINDIALOG_H #include "emufrontfileobjecteditview.h" +class PlatformModel; + class PlatformEditView : public EmuFrontFileObjectEditView { Q_OBJECT public: - PlatformEditView(QWidget *parent = 0); + PlatformEditView(PlatformModel *plfModel, QWidget *parent = 0); }; #endif // PLATFORMMAINDIALOG_H