utf-8 bom으로 encoding 변경

This commit is contained in:
mjjo
2017-07-27 11:29:21 +09:00
parent fb7b3949d3
commit 82956f7748
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
#include "scrawler.h"
#include "scrawler.h"
#include <QCoreApplication>
#include <iostream>

View File

@@ -1,4 +1,4 @@
#include "scrawler.h"
#include "scrawler.h"
#include <iostream>
#include <QSqlQuery>
#include <QSqlError>

View File

@@ -1,4 +1,4 @@
#ifndef SCRAWLER_H
#ifndef SCRAWLER_H
#define SCRAWLER_H
#include <QtWebKitWidgets>

View File

@@ -1,4 +1,4 @@
#ifndef SCRAWLERDATA
#ifndef SCRAWLERDATA
#define SCRAWLERDATA
#endif // SCRAWLERDATA