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>
// Predefinitions
namespace Ui {
namespace Ui
{
class DAboutDialog;
}

View file

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