mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
eb1aa5a896
commit
576c3f559f
1 changed files with 1 additions and 2 deletions
|
@ -24,8 +24,7 @@ PrintDialog::PrintDialog(QWidget *parent, Qt::WindowFlags f)
|
||||||
// create a print layout and pass the printer and options
|
// create a print layout and pass the printer and options
|
||||||
printLayout = new PrintLayout(this, &printer, &printOptions);
|
printLayout = new PrintLayout(this, &printer, &printOptions);
|
||||||
|
|
||||||
/* temporary.
|
// create a print options object and pass our options struct
|
||||||
* add the PrintOptions widget and a Print button for testing purposes. */
|
|
||||||
optionsWidget = new PrintOptions(this, &printOptions);
|
optionsWidget = new PrintOptions(this, &printOptions);
|
||||||
|
|
||||||
QVBoxLayout *layout = new QVBoxLayout(this);
|
QVBoxLayout *layout = new QVBoxLayout(this);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue