Clang-format fixes.
This commit is contained in:
parent
70ca03e810
commit
e0a3ed8689
2 changed files with 2 additions and 2 deletions
|
@ -170,8 +170,8 @@ Q_IMPORT_PLUGIN(QWindowsIntegrationPlugin);
|
|||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#include <shobjidl.h>
|
||||
#include <windows.h>
|
||||
|
||||
extern "C" {
|
||||
// tells Nvidia and AMD drivers to use the dedicated GPU by default on laptops with switchable
|
||||
|
|
|
@ -45,7 +45,7 @@ QPixmap CreateCirclePixmapFromColor(const QColor& color) {
|
|||
|
||||
#if defined(WIN32)
|
||||
#pragma pack(push, 2)
|
||||
struct ICONDIR {
|
||||
struct ICONDIR {
|
||||
WORD idReserved;
|
||||
WORD idType;
|
||||
WORD idCount;
|
||||
|
|
Loading…
Add table
Reference in a new issue