mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-09-23 22:34:42 -04:00
moved log notify to a rsEvent
This commit is contained in:
parent
ee3afd9f40
commit
43e0289604
1 changed files with 1 additions and 0 deletions
|
@ -400,6 +400,7 @@ MainWindow::MainWindow(QWidget* parent, Qt::WindowFlags flags)
|
||||||
displayDiskSpaceWarning(ev->mDiskErrorLocation,ev->mDiskErrorSizeLimit);
|
displayDiskSpaceWarning(ev->mDiskErrorLocation,ev->mDiskErrorSizeLimit);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case RsSystemErrorEventCode::DATA_STREAMING_ERROR:
|
||||||
case RsSystemErrorEventCode::GENERAL_ERROR:
|
case RsSystemErrorEventCode::GENERAL_ERROR:
|
||||||
displayErrorMessage(0,0,QString::fromUtf8(ev->mErrorMsg.c_str()));
|
displayErrorMessage(0,0,QString::fromUtf8(ev->mErrorMsg.c_str()));
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue