diff options
author | Gehad elrobey <gehadelrobey@gmail.com> | 2015-07-26 14:59:59 +0200 |
---|---|---|
committer | Lubomir I. Ivanov <neolit123@gmail.com> | 2015-07-28 11:37:49 +0300 |
commit | b37498d35515ba981fe0de1f19f048f5e3dbb975 (patch) | |
tree | 7d434da4eb31677d095a6faf687217eda30bee4e /qt-ui/printoptions.h | |
parent | 61a8ac09b03a47cc728834765f6c652a20ce8a3f (diff) | |
download | subsurface-b37498d35515ba981fe0de1f19f048f5e3dbb975.tar.gz |
Printing: add member function to print options
Get the currently selected template.
Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com>
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Diffstat (limited to 'qt-ui/printoptions.h')
-rw-r--r-- | qt-ui/printoptions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/printoptions.h b/qt-ui/printoptions.h index 326935b8c..b9912d2ed 100644 --- a/qt-ui/printoptions.h +++ b/qt-ui/printoptions.h @@ -53,6 +53,7 @@ class PrintOptions : public QWidget { public: explicit PrintOptions(QWidget *parent, struct print_options *printOpt, struct template_options *templateOpt); void setup(); + QString getSelectedTemplate(); private: Ui::PrintOptions ui; |