mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-13 13:47:46 +02:00
Remove button additions
Signed-off-by: Yihe Li <winmikedows@hotmail.com>
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user