mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 08:16:16 -07:00
Did not mean to commit that
This commit is contained in:
parent
fad028cfa2
commit
f9c4150374
1 changed files with 0 additions and 4 deletions
|
@ -82,7 +82,6 @@ void qt_mac_set_dock_menu(QMenu *menu);
|
||||||
#include "programupdater.h"
|
#include "programupdater.h"
|
||||||
#endif
|
#endif
|
||||||
#include "powermanagement.h"
|
#include "powermanagement.h"
|
||||||
#include "smtp.h"
|
|
||||||
|
|
||||||
using namespace libtorrent;
|
using namespace libtorrent;
|
||||||
|
|
||||||
|
@ -98,9 +97,6 @@ using namespace libtorrent;
|
||||||
// Constructor
|
// Constructor
|
||||||
MainWindow::MainWindow(QWidget *parent, QStringList torrentCmdLine) : QMainWindow(parent), m_posInitialized(false), force_exit(false) {
|
MainWindow::MainWindow(QWidget *parent, QStringList torrentCmdLine) : QMainWindow(parent), m_posInitialized(false), force_exit(false) {
|
||||||
setupUi(this);
|
setupUi(this);
|
||||||
// TODO: Remove this
|
|
||||||
Smtp *sender = new Smtp(this);
|
|
||||||
sender->sendMail("notification@qbittorrent.org", Preferences().getMailNotificationEmail(), "title", "content");
|
|
||||||
|
|
||||||
Preferences pref;
|
Preferences pref;
|
||||||
ui_locked = pref.isUILocked();
|
ui_locked = pref.isUILocked();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue