diff options
author | am <am@f440f766-f032-0410-8965-dc7d17de2ca0> | 2009-08-15 13:59:50 +0000 |
---|---|---|
committer | am <am@f440f766-f032-0410-8965-dc7d17de2ca0> | 2009-08-15 13:59:50 +0000 |
commit | f0eae1094e83a73b9baeebd21e0c77cce3803e19 (patch) | |
tree | 546b8593e95dba76b39a01a4946679f5222472cb /textenterdialog.h | |
parent | 06233888b033adc6e821331e6d1822e9807371ae (diff) | |
download | SheMov-f0eae1094e83a73b9baeebd21e0c77cce3803e19.tar.gz SheMov-f0eae1094e83a73b9baeebd21e0c77cce3803e19.tar.bz2 SheMov-f0eae1094e83a73b9baeebd21e0c77cce3803e19.zip |
-Modified MovieModel:
->FullPathRole and CoverPathRole
->maxValue of any column
-Implemented move files to directory for burning
-Implemented collective DVDNo change
-Implemented delete from archive
git-svn-id: file:///var/svn/repos2/shemov/trunk@402 f440f766-f032-0410-8965-dc7d17de2ca0
Diffstat (limited to 'textenterdialog.h')
-rw-r--r-- | textenterdialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textenterdialog.h b/textenterdialog.h index f555b85..0f49199 100644 --- a/textenterdialog.h +++ b/textenterdialog.h @@ -21,6 +21,7 @@ class TextEnterDialog : public QDialog { TextEnterDialog(const QString &text, QWidget *parent = 0, Qt::WindowFlags f = 0); ~TextEnterDialog() {}; const QString text() const { return mText->text(); }; + void setText(const QString &text) { mText->setText(text); }; private: QPushButton *mOk; |