mirror of
https://github.com/Quill-OS/quill.git
synced 2024-10-31 21:33:22 -07:00
Small fix
This commit is contained in:
parent
11c8c90548
commit
7daf01c951
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ bookInfoDialog::bookInfoDialog(QWidget *parent) :
|
||||||
ui(new Ui::bookInfoDialog)
|
ui(new Ui::bookInfoDialog)
|
||||||
{
|
{
|
||||||
ui->setupUi(this);
|
ui->setupUi(this);
|
||||||
using global::bookInfoDialog::localInfoDialog;
|
|
||||||
|
|
||||||
// Preventing outside interaction
|
// Preventing outside interaction
|
||||||
this->setModal(true);
|
this->setModal(true);
|
||||||
|
|
Loading…
Reference in a new issue