astyle fix
This commit is contained in:
parent
8c327f82b3
commit
0966a2fbd4
|
@ -448,14 +448,14 @@ void MainWindow::About()
|
||||||
void MainWindow::ShowLicense()
|
void MainWindow::ShowLicense()
|
||||||
{
|
{
|
||||||
FileViewDialog *dlg = new FileViewDialog(":COPYING", this);
|
FileViewDialog *dlg = new FileViewDialog(":COPYING", this);
|
||||||
dlg->resize(550,400);
|
dlg->resize(550, 400);
|
||||||
dlg->exec();
|
dlg->exec();
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::ShowAuthors()
|
void MainWindow::ShowAuthors()
|
||||||
{
|
{
|
||||||
FileViewDialog *dlg = new FileViewDialog(":AUTHORS", this);
|
FileViewDialog *dlg = new FileViewDialog(":AUTHORS", this);
|
||||||
dlg->resize(350,400);
|
dlg->resize(350, 400);
|
||||||
dlg->exec();
|
dlg->exec();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue