commit before letting the llm edit the code

This commit is contained in:
Kavish Devar
2025-01-20 01:43:33 +05:30
parent 4b3e1130e8
commit 7cac2b037f
15 changed files with 767 additions and 53 deletions

View File

@@ -24,6 +24,11 @@
#include <QFile>
#include <QTextStream>
#include <QStandardPaths>
#include <QBluetoothServer>
#include <QBluetoothSocket>
#include <QBluetoothDeviceDiscoveryAgent>
#include <QBluetoothLocalDevice>
#include <QBluetoothUuid>
Q_LOGGING_CATEGORY(airpodsApp, "airpodsApp")
@@ -266,8 +271,7 @@ public slots:
file.close();
}
}
private slots:
private slots:
void onTrayIconActivated(QSystemTrayIcon::ActivationReason reason) {
if (reason == QSystemTrayIcon::Trigger) {
LOG_INFO("Tray icon activated");
@@ -550,4 +554,5 @@ int main(int argc, char *argv[]) {
return app.exec();
}
#include "main.moc"