aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorDUI-Team Symbio <dui-team@fi.symbio.com>2010-05-18 11:43:52 +0300
committerStanislav Ionascu <stanislav.ionascu@nokia.com>2010-05-30 08:29:00 +0300
commitfbf8aab6cba4d7a00e7eabfccbb1dd3ae43ce3ba (patch)
tree172cc364fb7cc9cb46e6b3b4108d4745f09449c2 /src/include
parent523d3e5eb6d1cbaf5d2e16ba46b09c1c5f27572f (diff)
New: MList live filtering implemented as a separate MListFilter class
RevBy: Sergiy Dubovik, Stanislav Ionascu.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/MListFilter2
-rw-r--r--src/include/mlistfilter.h21
2 files changed, 23 insertions, 0 deletions
diff --git a/src/include/MListFilter b/src/include/MListFilter
new file mode 100644
index 00000000..8849ff39
--- /dev/null
+++ b/src/include/MListFilter
@@ -0,0 +1,2 @@
+#include "mlistfilter.h"
+
diff --git a/src/include/mlistfilter.h b/src/include/mlistfilter.h
new file mode 100644
index 00000000..380f7b9c
--- /dev/null
+++ b/src/include/mlistfilter.h
@@ -0,0 +1,21 @@
+/***************************************************************************
+**
+** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+** All rights reserved.
+** Contact: Nokia Corporation (directui@nokia.com)
+**
+** This file is part of libmeegotouch.
+**
+** If you have questions regarding the use of this file, please contact
+** Nokia at directui@nokia.com.
+**
+** This library is free software; you can redistribute it and/or
+** modify it under the terms of the GNU Lesser General Public
+** License version 2.1 as published by the Free Software Foundation
+** and appearing in the file LICENSE.LGPL included in the packaging
+** of this file.
+**
+****************************************************************************/
+
+#include "../corelib/widgets/mlistfilter.h"
+