mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
DolphinQt Builds on Visual Studio
This commit is contained in:
parent
1f2b1caf42
commit
6349b88fae
6 changed files with 346 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
#include "DolphinQt2/Settings.h"
|
||||
#include "DolphinQt2/ToolBar.h"
|
||||
|
||||
static constexpr QSize ICON_SIZE(32, 32);
|
||||
static QSize ICON_SIZE(32, 32);
|
||||
|
||||
ToolBar::ToolBar(QWidget* parent)
|
||||
: QToolBar(parent)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue