X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=extrainfodialog.h;fp=extrainfodialog.h;h=0000000000000000000000000000000000000000;hb=d483bd8e6523c23c6f1d8908a2e0611c2bc9ff4f;hp=8cc6c98dd5994a41706d221caeffe41a42864087;hpb=7dfa3fe589d1722d49681f42cdb0bf1e6efb5223;p=sven%2Fvym.git diff --git a/extrainfodialog.h b/extrainfodialog.h deleted file mode 100644 index 8cc6c98..0000000 --- a/extrainfodialog.h +++ /dev/null @@ -1,35 +0,0 @@ -#ifndef EXTRAINFODIALOG_H -#define EXTRAINFODIALOG_H - -#include "ui_extrainfodialog.h" - -/* \brief Dialog to display and edit map specific information like author, comment, etc. -*/ - -class ExtraInfoDialog : public QDialog -{ - Q_OBJECT - -public: - ExtraInfoDialog(QWidget* parent = 0); - - virtual QString getComment(); - virtual QString getAuthor(); - virtual QString getMapTitle(); - virtual void setStats( const QString & s ); - void setReadOnly( bool b ); - bool isReadOnly(); - -public slots: - virtual void setMapName( const QString & s ); - virtual void setMapTitle( const QString & s ); - virtual void setComment( const QString & s ); - virtual void setAuthor( const QString & s ); - -private: - Ui::ExtraInfoDialog ui; - bool readOnly; - -}; - -#endif // EXTRAINFODIALOG_H