#include "friendlistwidget.h"
#include "circlewidget.h"
#include "friendwidget.h"
#include "groupwidget.h"
#include "widget.h"
#include "src/friendlist.h"
#include "src/model/friend.h"
#include "src/model/group.h"
#include "src/model/status.h"
#include "src/model/friendlist/friendlistmanager.h"
#include "src/persistence/settings.h"
#include "src/widget/categorywidget.h"
#include <QDragEnterEvent>
#include <QDragLeaveEvent>
#include <QGridLayout>
#include <QMimeData>
#include <QTimer>
#include <cassert>
Go to the source code of this file.
|
| #define | COMMENT "Category for sorting friends by activity" |
| |
|
| enum | Time {
Time::Today,
Time::Yesterday,
Time::ThisWeek,
Time::ThisMonth,
Time::Month1Ago,
Time::Month2Ago,
Time::Month3Ago,
Time::Month4Ago,
Time::Month5Ago,
Time::LongAgo,
Time::Never
} |
| |
◆ COMMENT
| #define COMMENT "Category for sorting friends by activity" |
◆ Time
| Enumerator |
|---|
| Today | |
| Yesterday | |
| ThisWeek | |
| ThisMonth | |
| Month1Ago | |
| Month2Ago | |
| Month3Ago | |
| Month4Ago | |
| Month5Ago | |
| LongAgo | |
| Never | |
Definition at line 40 of file friendlistwidget.cpp.
◆ getActiveTimeFriend()
| QDateTime getActiveTimeFriend |
( |
const Friend * |
contact | ) |
|
◆ getTimeBucket()
| Time getTimeBucket |
( |
const QDateTime & |
date | ) |
|
◆ timeUntilTomorrow()
| qint64 timeUntilTomorrow |
( |
| ) |
|