Skip to content

Commit

Permalink
foo7
Browse files Browse the repository at this point in the history
  • Loading branch information
z3ntu committed Mar 9, 2024
1 parent 1b8f763 commit 057263e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ platform:
install:
# Set paths to dependencies (based on architecture)
- cmd: if %arch%==x86 (set PYTHON_ROOT=C:\python312) else (set PYTHON_ROOT=C:\python312-x64)
- cmd: dir C:\Qt\5.15
- cmd: dir "C:\Program Files"
- cmd: dir "C:\Program Files (x86)"
- cmd: dir "C:\Program Files\Microsoft Visual Studio"
- cmd: dir "C:\Program Files (x86)\Microsoft Visual Studio"
- cmd: dir "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build"
- cmd: if %arch%==x86 (set QT_ROOT=C:\Qt\5.15\%compiler%) else (set QT_ROOT=C:\Qt\5.15\%compiler%_64)
# Print out dependency paths
- cmd: echo Using Python at %PYTHON_ROOT%
Expand Down
2 changes: 2 additions & 0 deletions src/demo/libopenrazerdemo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
#include <QCoreApplication>
#include <QDebug>

#include <stdexcept>

void setEffect(libopenrazer::Led *led, openrazer::RazerEffect effect, QVector<::openrazer::RGB> colors)
{
if (colors.size() < 2)
Expand Down

0 comments on commit 057263e

Please sign in to comment.