mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Merge pull request #3571 from rukai/dolphinQtVisualStudio
DolphinQt2 Builds on Visual Studio
This commit is contained in:
commit
ec40b38484
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