summaryrefslogtreecommitdiffstats
path: root/scribus/docinfo.h
diff options
context:
space:
mode:
authorjghali <jghali@11d20701-8431-0410-a711-e3c959e3b870>2012-01-12 12:38:49 +0000
committerjghali <jghali@11d20701-8431-0410-a711-e3c959e3b870>2012-01-12 12:38:49 +0000
commit528b1a495fb3229d6d12ab15141cafe06cb21835 (patch)
treeb6b12530c6c8b5f5f94d5db8accf988aac82d870 /scribus/docinfo.h
parentcb460dacf92e499ace7a4958aeb9c1f562c8eaf5 (diff)
downloadscribus-528b1a495fb3229d6d12ab15141cafe06cb21835.tar.gz
scribus-528b1a495fb3229d6d12ab15141cafe06cb21835.tar.xz
scribus-528b1a495fb3229d6d12ab15141cafe06cb21835.zip
#10512: No way to specify subject in PDF file
git-svn-id: svn://scribus.net/branches/Version14x/Scribus@17195 11d20701-8431-0410-a711-e3c959e3b870
Diffstat (limited to 'scribus/docinfo.h')
-rw-r--r--scribus/docinfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scribus/docinfo.h b/scribus/docinfo.h
index 7119cab..dcf0e9b 100644
--- a/scribus/docinfo.h
+++ b/scribus/docinfo.h
@@ -55,6 +55,7 @@ protected:
QLineEdit* rightsEdit;
QLineEdit* titleEdit;
QLineEdit* authorEdit;
+ QLineEdit* subjectEdit;
QTextEdit* descriptionEdit;
QTextEdit* keywordsEdit;
@@ -62,6 +63,7 @@ protected:
QLabel* authorLabel;
QLabel* titleLabel;
+ QLabel* subjectLabel;
QLabel* publisherLabel;
QLabel* dateLabel;
QLabel* typeLabel;