mirror of
https://github.com/FAUSheppy/speech-server-client-qt
synced 2025-12-06 08:51:35 +01:00
remove debug output
This commit is contained in:
@@ -147,9 +147,7 @@ void MainWindow::importFile(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::showNotification(QString str){
|
void MainWindow::showNotification(QString str){
|
||||||
#ifdef Q_OS_LINUX
|
|
||||||
return;
|
|
||||||
#endif
|
|
||||||
auto popUp = new NotificationWidget(this);
|
auto popUp = new NotificationWidget(this);
|
||||||
popUp->setPopupText(str);
|
popUp->setPopupText(str);
|
||||||
popUp->setGeometry(0, 0, popUp->width(), popUp->height());
|
popUp->setGeometry(0, 0, popUp->width(), popUp->height());
|
||||||
@@ -390,7 +388,6 @@ void MainWindow::addTrackingToList(QNetworkReply* reply){
|
|||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::requestFinished(QNetworkReply *reply){
|
void MainWindow::requestFinished(QNetworkReply *reply){
|
||||||
qDebug(qPrintable(reply->url().toString()));
|
|
||||||
|
|
||||||
QString submitUrl = buildURLFromLocation(mySettings->value(SETTING_LOC_SUBMIT));
|
QString submitUrl = buildURLFromLocation(mySettings->value(SETTING_LOC_SUBMIT));
|
||||||
QString statusRequestUrl = buildURLFromLocation(mySettings->value(SETTING_LOC_STATE));
|
QString statusRequestUrl = buildURLFromLocation(mySettings->value(SETTING_LOC_STATE));
|
||||||
|
|||||||
Reference in New Issue
Block a user