comparison: src/colors.cpp
src/colors.cpp
- changeset 962
- a4b463a7ee82
- parent 952
- f116b63c4844
- child 966
- a834e43a57da
equal
deleted
inserted
replaced
19 #include <QFile> |
19 #include <QFile> |
20 #include "main.h" |
20 #include "main.h" |
21 #include "colors.h" |
21 #include "colors.h" |
22 #include "ldDocument.h" |
22 #include "ldDocument.h" |
23 #include "miscallenous.h" |
23 #include "miscallenous.h" |
24 #include "mainWindow.h" |
24 #include "mainwindow.h" |
25 |
25 |
26 struct ColorDataEntry |
26 struct ColorDataEntry |
27 { |
27 { |
28 QString name; |
28 QString name; |
29 QString hexcode; |
29 QString hexcode; |