mbasaglia / Qt-Color-Widgets

Color wheel widget and dialog for Qt
147 stars 54 forks source link

Removed files that are unused after CMake project rework #38

Closed Innokentiy-Alaytsev closed 6 years ago

Innokentiy-Alaytsev commented 6 years ago

The removed files should have been deleted during CMake project rework, but were missed. The source files (*.cpp) now live in src/QtColorWidgets.

The build does not use the removed files. I have tested if the project builds on Windows with MSVS-2015 after the files removal and everything is all right. There should not be any problems on other platforms.