diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2013-12-04 13:46:08 +0200 |
---|---|---|
committer | Lubomir I. Ivanov <neolit123@gmail.com> | 2013-12-04 13:46:08 +0200 |
commit | 576c3f559f263cb1e14ade637cab5e4fdf067b43 (patch) | |
tree | 5daf8124ef9ba6d786c9b92aa6b58f3835e3a17b /qt-ui/printdialog.cpp | |
parent | eb1aa5a896c2bd46cb3eea3a7fb4cfd508a972ae (diff) | |
download | subsurface-576c3f559f263cb1e14ade637cab5e4fdf067b43.tar.gz |
PrintDialog: change a comment
The entire dialog is 'temporary' and should be replaced,
so we slightly modify the comment about the PrintOptions widget.
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Diffstat (limited to 'qt-ui/printdialog.cpp')
-rw-r--r-- | qt-ui/printdialog.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/qt-ui/printdialog.cpp b/qt-ui/printdialog.cpp index b4b8b129f..7836cd0f0 100644 --- a/qt-ui/printdialog.cpp +++ b/qt-ui/printdialog.cpp @@ -24,8 +24,7 @@ PrintDialog::PrintDialog(QWidget *parent, Qt::WindowFlags f) // create a print layout and pass the printer and options printLayout = new PrintLayout(this, &printer, &printOptions); - /* temporary. - * add the PrintOptions widget and a Print button for testing purposes. */ + // create a print options object and pass our options struct optionsWidget = new PrintOptions(this, &printOptions); QVBoxLayout *layout = new QVBoxLayout(this); |