Some style fixes.
This commit is contained in:
parent
7cd0a13d35
commit
32c6848c79
|
@ -8,7 +8,8 @@
|
|||
#include <QDialog>
|
||||
|
||||
// Predefinitions
|
||||
namespace Ui {
|
||||
namespace Ui
|
||||
{
|
||||
class DAboutDialog;
|
||||
}
|
||||
|
||||
|
|
|
@ -8,7 +8,8 @@
|
|||
#include <QMainWindow>
|
||||
|
||||
// Predefinitions
|
||||
namespace Ui {
|
||||
namespace Ui
|
||||
{
|
||||
class DMainWindow;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue