mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Actually compute variations in background
This reenables the computation of plan variations but now in a separate thread. Once finieshed, a signal is sent to update the notes. Signed-off-by: Robert C. Helling <helling@atdotde.de>
This commit is contained in:
parent
f159792b80
commit
a9703628c4
6 changed files with 73 additions and 44 deletions
|
|
@ -15,6 +15,7 @@
|
|||
#include <QProgressDialog>
|
||||
|
||||
#include "ui_mainwindow.h"
|
||||
#include "ui_plannerDetails.h"
|
||||
#include "desktop-widgets/notificationwidget.h"
|
||||
#include "core/windowtitleupdate.h"
|
||||
#include "core/gpslocation.h"
|
||||
|
|
@ -186,6 +187,8 @@ slots:
|
|||
void socialNetworkRequestUpload();
|
||||
void facebookLoggedIn();
|
||||
void facebookLoggedOut();
|
||||
void updateVariations(QString);
|
||||
|
||||
|
||||
private:
|
||||
Ui::MainWindow ui;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue