mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-09-19 12:24:53 -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);
|
||||
break;
|
||||
|
||||
case RsSystemErrorEventCode::DATA_STREAMING_ERROR:
|
||||
case RsSystemErrorEventCode::GENERAL_ERROR:
|
||||
displayErrorMessage(0,0,QString::fromUtf8(ev->mErrorMsg.c_str()));
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue