Some style fixes.

This commit is contained in:
Augustin Cavalier 2014-10-27 13:11:39 -04:00
parent 7cd0a13d35
commit 32c6848c79
2 changed files with 4 additions and 2 deletions

View File

@ -8,7 +8,8 @@
#include <QDialog> #include <QDialog>
// Predefinitions // Predefinitions
namespace Ui { namespace Ui
{
class DAboutDialog; class DAboutDialog;
} }

View File

@ -8,7 +8,8 @@
#include <QMainWindow> #include <QMainWindow>
// Predefinitions // Predefinitions
namespace Ui { namespace Ui
{
class DMainWindow; class DMainWindow;
} }