fix names again
This commit is contained in:
parent
d8d6568963
commit
ccbef3b3e8
@ -89,7 +89,7 @@ namespace autoapp
|
||||
}
|
||||
}
|
||||
|
||||
void autoapp::UI::MainWindow::updateBtNowPlaying()
|
||||
void autoapp::ui::MainWindow::updateBtNowPlaying()
|
||||
{
|
||||
QDBusInterface manager(
|
||||
"org.bluez",
|
||||
@ -158,14 +158,14 @@ void autoapp::UI::MainWindow::updateBtNowPlaying()
|
||||
}
|
||||
}
|
||||
|
||||
void autoapp::UI::MainWindow::connectWebSocket()
|
||||
void autoapp::ui::MainWindow::connectWebSocket()
|
||||
{
|
||||
QUrl url(QStringLiteral("ws://127.0.0.1:5000")); // Change to your real server
|
||||
qDebug() << "Connecting to WebSocket:" << url;
|
||||
webSocket->open(url);
|
||||
}
|
||||
|
||||
void autoapp::UI::MainWindow::handleIncomingMessage(const QString &message)
|
||||
void autoapp::ui::MainWindow::handleIncomingMessage(const QString &message)
|
||||
{
|
||||
// Your custom message processing logic here
|
||||
qDebug() << "[Handler] Processing message:" << message;
|
||||
|
Loading…
x
Reference in New Issue
Block a user