Started working on task system and login system.
This commit is contained in:
@@ -32,6 +32,10 @@ public:
|
||||
QString getStatus() const;
|
||||
int getProgress() const;
|
||||
|
||||
public slots:
|
||||
void setStatus(const QString& status);
|
||||
void setProgress(int progress);
|
||||
|
||||
signals:
|
||||
void taskStarted(Task* task);
|
||||
void taskEnded(Task* task);
|
||||
@@ -40,9 +44,6 @@ signals:
|
||||
void progressChanged(int progress);
|
||||
|
||||
protected:
|
||||
void setStatus(const QString& status);
|
||||
void setProgress(int progress);
|
||||
|
||||
virtual void run();
|
||||
virtual void executeTask() = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user