Исправил флаги исполнения

pull/17/head
Igor Belitskiy 3 years ago
parent 8ab1e8a7cf
commit 7a6ecb5e21

@ -1,11 +1,13 @@
#include "ublexec.h"
using namespace std;
const string path_app = "/usr/bin/";
const string path_glade = "/usr/share/ublexec/ui/ublexec.glade";
const string path_css = "/usr/share/ublexec/css/style.css";
const string app_name = "ublexec";
int socket_ext_id_I = 0;
int socket_trd_id_I = 0;
CmdArgParser::CmdArgParser(const std::string& p_name, const std::string& p_description, const std::string& p_help)
: Glib::OptionGroup{p_name, p_description, p_help} {
Glib::OptionEntry socketIDArg;

Loading…
Cancel
Save