Fix filename case to get ColorWheel building in Linux
This commit is contained in:
parent
5719956441
commit
d791361f22
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/*-----------------------------------------------------*\
|
||||
| colorwheel.cpp |
|
||||
| ColorWheel.cpp |
|
||||
| |
|
||||
| Color wheel selector widget for Qt |
|
||||
| |
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
| Modified by Adam Honse (calcprogrammer1@gmail.com) |
|
||||
\*-----------------------------------------------------*/
|
||||
|
||||
#include "colorwheel.h"
|
||||
#include "ColorWheel.h"
|
||||
#include <QPainter>
|
||||
#include <QResizeEvent>
|
||||
#include <QStyleOption>
|
||||
Loading…
Add table
Add a link
Reference in a new issue