mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-24 21:55:29 +00:00
Fix compilation with CMake on linux. (Am I the only one having this problem ?).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33197 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c1e79cde53
commit
5d91b83813
@ -13,9 +13,10 @@
|
|||||||
#define SYSTEMCALLPRIVATE_H
|
#define SYSTEMCALLPRIVATE_H
|
||||||
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
|
|
||||||
#include <QProcess>
|
#include <QProcess>
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
|
||||||
namespace lyx {
|
namespace lyx {
|
||||||
namespace support {
|
namespace support {
|
||||||
|
|
||||||
@ -30,7 +31,7 @@ class SystemcallPrivate : public QObject
|
|||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
SystemcallPrivate(const std::string& outfile);
|
SystemcallPrivate(std::string const & outfile);
|
||||||
~SystemcallPrivate();
|
~SystemcallPrivate();
|
||||||
|
|
||||||
/// Should the standard output be displayed?
|
/// Should the standard output be displayed?
|
||||||
|
Loading…
Reference in New Issue
Block a user