mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-27 18:24:33 +00:00
Merge pull request #233 from QuasarApp/qt5.9
fix #231 added std assert include
This commit is contained in:
commit
292917eb1a
@ -15,6 +15,8 @@
|
||||
#include "pathutils.h"
|
||||
#include "quasarapp.h"
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
bool ConfigParser::parseParams() {
|
||||
|
||||
auto path = QuasarAppUtils::Params::getStrArg("confFile");
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include <quasarapp.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#include <fstream>
|
||||
|
||||
|
@ -13,6 +13,7 @@
|
||||
#include <configparser.h>
|
||||
#include "filemanager.h"
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
bool MetaFileManager::createRunScriptWindows(const QString &target) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user