Commit bbf5e584b26187787f77c1dde5ffb0da2036c43b

Authored by Eli de Faria Junior
1 parent 132ab654
Exists in master

refactoring

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
install-cacic/installcacic.cpp
@@ -35,7 +35,6 @@ void InstallCacic::run(QStringList argv, int argc) { @@ -35,7 +35,6 @@ void InstallCacic::run(QStringList argv, int argc) {
35 oCacic.setChaveCrypt(jsonLogin["reply"].toObject()["chavecrip"].toString()); 35 oCacic.setChaveCrypt(jsonLogin["reply"].toObject()["chavecrip"].toString());
36 jsonComm["computador"] = oCacicComputer.toJsonObject(); 36 jsonComm["computador"] = oCacicComputer.toJsonObject();
37 QJsonObject configs = oCacicComm->comm("/ws/neo/config", &ok, jsonComm); 37 QJsonObject configs = oCacicComm->comm("/ws/neo/config", &ok, jsonComm);
38 - qDebug () << configs;  
39 if (ok){ 38 if (ok){
40 oCacicComm->setUrlGerente(configs["reply"].toObject()["applicationUrl"].toString()); 39 oCacicComm->setUrlGerente(configs["reply"].toObject()["applicationUrl"].toString());
41 #ifdef Q_OS_WIN 40 #ifdef Q_OS_WIN