move to PIIOTextStream
This commit is contained in:
@@ -17,9 +17,10 @@
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <picli.h>
|
||||
#include <pidir.h>
|
||||
#include <piprocess.h>
|
||||
#include "picli.h"
|
||||
#include "pidir.h"
|
||||
#include "piprocess.h"
|
||||
#include "piiostream.h"
|
||||
|
||||
#define DELIM "::"
|
||||
|
||||
@@ -735,7 +736,8 @@ int main(int argc, char * argv[]) {
|
||||
lp = "Resources/lang";
|
||||
}
|
||||
//piCout << pp;
|
||||
qtc << "[Paths]\n\tPlugins = " << pp << "\n\tTranslations = " << lp << "\n";
|
||||
PIIOTextStream ts(&qtc);
|
||||
ts << "[Paths]\n\tPlugins = " << pp << "\n\tTranslations = " << lp << "\n";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user