src/colors.cpp

changeset 1086
621c2e5853bb
parent 1072
9ce9496427f2
child 1114
ffd49a28f49e
equal deleted inserted replaced
1085:e22f07465d3b 1086:621c2e5853bb
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */ 17 */
18 18
19 #include <QFile> 19 #include <QFile>
20 #include <QMessageBox> 20 #include <QMessageBox>
21 #include "main.h"
22 #include "colors.h" 21 #include "colors.h"
23 #include "ldDocument.h"
24 #include "miscallenous.h"
25 #include "mainwindow.h"
26 #include "documentmanager.h"
27 #include "ldpaths.h" 22 #include "ldpaths.h"
28 23
29 static ColorData* colorData = nullptr; 24 static ColorData* colorData = nullptr;
30 25
31 /* 26 /*

mercurial