LeechCraft 0.6.70-14794-g33744ae6ce
Modular cross-platform feature rich live environment.
Loading...
Searching...
No Matches
entityconstants.h
Go to the documentation of this file.
1/**********************************************************************
2 * LeechCraft - modular cross-platform feature rich internet client.
3 * Copyright (C) 2006-2014 Georg Rudoy
4 *
5 * Distributed under the Boost Software License, Version 1.0.
6 * (See accompanying file LICENSE or copy at https://www.boost.org/LICENSE_1_0.txt)
7 **********************************************************************/
8
9#pragma once
10
11#include <QString>
12
13namespace LC::EF
14{
15 Q_DECL_IMPORT extern const QString Priority;
16 Q_DECL_IMPORT extern const QString NotificationActions;
17 Q_DECL_IMPORT extern const QString NotificationPixmap;
18 Q_DECL_IMPORT extern const QString NotificationTimeout;
19 Q_DECL_IMPORT extern const QString HandlingObject;
20 Q_DECL_IMPORT extern const QString UserVisibleName;
21 Q_DECL_IMPORT extern const QString Text;
22 Q_DECL_IMPORT extern const QString Tags;
23}
24
25namespace LC::Mimes
26{
27 Q_DECL_IMPORT extern const QString Notification;
28 Q_DECL_IMPORT extern const QString NotificationRuleCreate;
29}
Q_DECL_IMPORT const QString Priority
Q_DECL_IMPORT const QString NotificationTimeout
Q_DECL_IMPORT const QString UserVisibleName
Q_DECL_IMPORT const QString NotificationPixmap
Q_DECL_IMPORT const QString HandlingObject
Q_DECL_IMPORT const QString NotificationActions
Q_DECL_IMPORT const QString Text
Q_DECL_IMPORT const QString Tags
Q_DECL_IMPORT const QString NotificationRuleCreate
Q_DECL_IMPORT const QString Notification