remove patreon stuff
Closes: #22 Update to 1.0.5 Remove "Forking/Redistribution" tab in About (why is it even there?) Metainfo now corresponds to version add discord Completely removed Patreon.
This commit is contained in:
		@@ -31,17 +31,10 @@ public:
 | 
			
		||||
    explicit AboutDialog(QWidget *parent = 0);
 | 
			
		||||
    ~AboutDialog();
 | 
			
		||||
 | 
			
		||||
public
 | 
			
		||||
slots:
 | 
			
		||||
    /// Starts loading a list of Patreon patrons.
 | 
			
		||||
    void loadPatronList();
 | 
			
		||||
    
 | 
			
		||||
    /// Slot for when the patron list loads successfully.
 | 
			
		||||
    void patronListLoaded();
 | 
			
		||||
 | 
			
		||||
private:
 | 
			
		||||
    Ui::AboutDialog *ui;
 | 
			
		||||
 | 
			
		||||
    NetJob::Ptr netJob;
 | 
			
		||||
    QByteArray dataSink;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user