mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Some style fixes.
This commit is contained in:
parent
7cd0a13d35
commit
32c6848c79
2 changed files with 4 additions and 2 deletions
|
@ -8,7 +8,8 @@
|
||||||
#include <QDialog>
|
#include <QDialog>
|
||||||
|
|
||||||
// Predefinitions
|
// Predefinitions
|
||||||
namespace Ui {
|
namespace Ui
|
||||||
|
{
|
||||||
class DAboutDialog;
|
class DAboutDialog;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,8 @@
|
||||||
#include <QMainWindow>
|
#include <QMainWindow>
|
||||||
|
|
||||||
// Predefinitions
|
// Predefinitions
|
||||||
namespace Ui {
|
namespace Ui
|
||||||
|
{
|
||||||
class DMainWindow;
|
class DMainWindow;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue