Base: Modernise ctors dtors defs etc
This commit is contained in:
@@ -32,9 +32,7 @@ FutureWatcherProgress::FutureWatcherProgress(const char* text, unsigned int step
|
||||
{
|
||||
}
|
||||
|
||||
FutureWatcherProgress::~FutureWatcherProgress()
|
||||
{
|
||||
}
|
||||
FutureWatcherProgress::~FutureWatcherProgress() = default;
|
||||
|
||||
void FutureWatcherProgress::progressValueChanged(int v)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user