chore: license cleanup, other tweaks

This commit is contained in:
2024-09-08 00:34:45 +08:00
parent d28108f2e5
commit a910e85d97
14 changed files with 117 additions and 80 deletions

View File

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2024 Gary Wang <git@blumia.net>
//
// SPDX-License-Identifier: MIT
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
@ -47,6 +51,7 @@ protected:
void dropEvent(QDropEvent *e) override;
void loadFile();
void loadByModelIndex(const QModelIndex &index);
void play();
void centerWindow();