mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 05:07:46 +02:00
Fix many memory leaks.
This commit is contained in:
@ -9,6 +9,7 @@ class PasteUpload : public Task
|
||||
Q_OBJECT
|
||||
public:
|
||||
PasteUpload(QWidget *window, QString text);
|
||||
virtual ~PasteUpload(){};
|
||||
|
||||
protected:
|
||||
virtual void executeTask();
|
||||
|
Reference in New Issue
Block a user