2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Redesign auto download box.

This commit is contained in:
John Preston
2018-12-06 19:47:28 +04:00
parent 8e54ac4dcf
commit a0c6104fae
19 changed files with 298 additions and 219 deletions

View File

@@ -22,18 +22,6 @@ template <typename Enum>
class Radioenum;
} // namespace Ui
class AutoDownloadBox : public BoxContent {
public:
AutoDownloadBox(QWidget *parent);
protected:
void prepare() override;
private:
void setupContent();
};
class ProxiesBoxController : public base::Subscriber {
public:
using Type = ProxyData::Type;