Remove button additions

Signed-off-by: Yihe Li <winmikedows@hotmail.com>
This commit is contained in:
Yihe Li
2025-05-19 01:33:15 +08:00
parent 4839595a11
commit 46c9eb1d5f
8 changed files with 2 additions and 278 deletions

View File

@ -84,11 +84,6 @@ class WorldList : public QAbstractListModel {
const QList<World>& allWorlds() const { return m_worlds; }
void createWorldShortcut(const QModelIndex& index, QWidget* parent = nullptr) const;
void createWorldShortcutOnDesktop(const QModelIndex& index, QWidget* parent = nullptr) const;
void createWorldShortcutInApplications(const QModelIndex& index, QWidget* parent = nullptr) const;
void createWorldShortcutInOther(const QModelIndex& index, QWidget* parent = nullptr) const;
private slots:
void directoryChanged(QString path);
void loadWorldsAsync();