bug resolved
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#ifndef TOOLS_H
|
||||
#define TOOLS_H
|
||||
|
||||
//#include "mainwindow.h"
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <array>
|
||||
@@ -14,8 +13,6 @@
|
||||
|
||||
using namespace std;
|
||||
|
||||
const vector<string> explode(const string& s, const char& c, int n);
|
||||
|
||||
FILE * popen2(array<string,8> argv, string type, int & pid);
|
||||
|
||||
int pclose2(FILE * fp, pid_t pid);
|
||||
|
||||
Reference in New Issue
Block a user