mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-01-28 22:01:50 +00:00
commit before letting the llm edit the code
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user