mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 19:02:59 +00:00
mark arguments of some QProcessPrivate methods as required
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
43b958f258
commit
c1fc863742
1 changed files with 4 additions and 4 deletions
|
@ -272,10 +272,10 @@ public:
|
|||
QProcess::ExitStatus exitStatus;
|
||||
bool crashed;
|
||||
|
||||
bool waitForStarted(int msecs = 30000);
|
||||
bool waitForReadyRead(int msecs = 30000);
|
||||
bool waitForBytesWritten(int msecs = 30000);
|
||||
bool waitForFinished(int msecs = 30000);
|
||||
bool waitForStarted(int msecs);
|
||||
bool waitForReadyRead(int msecs);
|
||||
bool waitForBytesWritten(int msecs);
|
||||
bool waitForFinished(int msecs);
|
||||
|
||||
qint64 bytesAvailableFromStdout() const;
|
||||
qint64 bytesAvailableFromStderr() const;
|
||||
|
|
Loading…
Add table
Reference in a new issue