|
|
@ -51,7 +51,7 @@ |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
#if (defined(Q_OS_UNIX) && !defined(Q_OS_MACOS)) && defined(QT_DBUS_LIB) |
|
|
|
#if (defined(Q_OS_UNIX) && !defined(Q_OS_MACOS)) && defined(QT_DBUS_LIB) |
|
|
|
#include <QDBusConnection> |
|
|
|
#include <QDBusConnection> |
|
|
|
#include "notifications.h" |
|
|
|
#include "qtnotify/notifications.h" |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
#include "base/bittorrent/session.h" |
|
|
|
#include "base/bittorrent/session.h" |
|
|
@ -77,16 +77,17 @@ |
|
|
|
#include "hidabletabwidget.h" |
|
|
|
#include "hidabletabwidget.h" |
|
|
|
#include "lineedit.h" |
|
|
|
#include "lineedit.h" |
|
|
|
#include "optionsdialog.h" |
|
|
|
#include "optionsdialog.h" |
|
|
|
#include "peerlistwidget.h" |
|
|
|
#include "powermanagement/powermanagement.h" |
|
|
|
#include "powermanagement.h" |
|
|
|
#include "properties/peerlistwidget.h" |
|
|
|
#include "propertieswidget.h" |
|
|
|
#include "properties/propertieswidget.h" |
|
|
|
|
|
|
|
#include "properties/trackerlistwidget.h" |
|
|
|
#include "rss/rsswidget.h" |
|
|
|
#include "rss/rsswidget.h" |
|
|
|
#include "search/searchwidget.h" |
|
|
|
#include "search/searchwidget.h" |
|
|
|
#include "speedlimitdialog.h" |
|
|
|
#include "speedlimitdialog.h" |
|
|
|
#include "statsdialog.h" |
|
|
|
#include "statsdialog.h" |
|
|
|
#include "statusbar.h" |
|
|
|
#include "statusbar.h" |
|
|
|
#include "torrentcreatordialog.h" |
|
|
|
#include "torrentcreatordialog.h" |
|
|
|
#include "trackerlistwidget.h" |
|
|
|
|
|
|
|
#include "transferlistfilterswidget.h" |
|
|
|
#include "transferlistfilterswidget.h" |
|
|
|
#include "transferlistmodel.h" |
|
|
|
#include "transferlistmodel.h" |
|
|
|
#include "transferlistwidget.h" |
|
|
|
#include "transferlistwidget.h" |
|
|
|