summaryrefslogtreecommitdiffstats
path: root/editfiledialog.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2020-01-04 13:23:37 +0100
committerArno <arno@disconnect.de>2020-01-04 13:23:37 +0100
commit65a9a1e58f30f5806ba12571518bee96ee44d05f (patch)
tree80ef744ecf4420e8d2c2265becc972712b4effa9 /editfiledialog.h
parent227c40feac64a172ce967ff8f020c17bdf462102 (diff)
downloadSheMov-65a9a1e58f30f5806ba12571518bee96ee44d05f.tar.gz
SheMov-65a9a1e58f30f5806ba12571518bee96ee44d05f.tar.bz2
SheMov-65a9a1e58f30f5806ba12571518bee96ee44d05f.zip
Make it possible to edit the fileno
Default value is 0 (not SQL NULL, but zero) if none is given. Shouldn't hurt.
Diffstat (limited to 'editfiledialog.h')
-rw-r--r--editfiledialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editfiledialog.h b/editfiledialog.h
index e4f91ae..3067a1b 100644
--- a/editfiledialog.h
+++ b/editfiledialog.h
@@ -27,6 +27,7 @@ class EditFileDialog : public QDialog {
void setupGui();
QLineEdit *mFileName;
QLineEdit *mMd5Sum;
+ QLineEdit *mFileNo;
QLineEdit *mDvdNo;
QLineEdit *mQuality;
QLineEdit *mDuration;