Fix build break by renaming xlocale.h to avoid name clash

This commit is contained in:
Srivats P 2018-09-15 11:40:11 +05:30
parent c673141f33
commit 5eea62f4f4
3 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
#include "fileformat.pb.h"
#include "xlocale.h"
#include "xqlocale.h"
#include <QFileInfo>
#include <QInputDialog>

View File

@ -30,7 +30,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
#include "../common/protocolmanager.h"
#include "../common/protocolwidgetfactory.h"
#include "xlocale.h"
#include "xqlocale.h"
#include <QButtonGroup>
#include <QMessageBox>