CoreTrace Qt IDE 1.0
The CoreTrace Text editor
 
Loading...
Searching...
No Matches
ctrace_cli.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <QString>
4
5class CTraceCLI {
6public:
7 QString execute(const QString& file, const QString& options);
8};
Definition ctrace_cli.hpp:5
QString execute(const QString &file, const QString &options)
Executes the CTrace CLI command with the specified file and options.
Definition ctrace_cli.cpp:14