Maemo: Display UTFS server stderr output.

This will help us diagnose errors.
This commit is contained in:
Christian Kandeler
2010-08-26 11:17:40 +02:00
parent 4387b47f92
commit a437f824c4
8 changed files with 33 additions and 0 deletions

View File

@@ -94,6 +94,7 @@ private slots:
void handleMounted();
void handleUnmounted();
void handleMountError(const QString &errorMsg);
void handleMountDebugOutput(const QString &output);
void handleProgressReport(const QString &progressMsg);
void handleCopyProcessFinished(int exitStatus);
void handleCleanupTimeout();