forked from blue/squawk
Downloads folder now is movable
This commit is contained in:
parent
d8b5ccb2da
commit
73b1b58a96
16 changed files with 141 additions and 12 deletions
|
@ -5,8 +5,10 @@
|
|||
#include <QListWidgetItem>
|
||||
#include <QScopedPointer>
|
||||
#include <QSettings>
|
||||
#include <QDir>
|
||||
|
||||
#include "shared/global.h"
|
||||
#include "shared/pathcheck.h"
|
||||
|
||||
namespace Ui
|
||||
{
|
||||
|
@ -23,6 +25,9 @@ public:
|
|||
Settings(QWidget* parent = nullptr);
|
||||
~Settings();
|
||||
|
||||
signals:
|
||||
void changeDownloadsPath(const QString& path);
|
||||
|
||||
public slots:
|
||||
void apply();
|
||||
void confirm();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue