[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [sprinter/gko/master] sprinter: missing header
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2014-03-06 10:20:21
Message-ID: E1WLVPZ-0007ZS-UW () scm ! kde ! org
[Download RAW message or body]

Git commit 83259913d0dbbc913771581b468dfdf3cc0a553f by Aaron J. Seigo.
Committed on 25/02/2014 at 21:52.
Pushed by aseigo into branch 'gko/master'.

missing header

A  +55   -0    sprinter/querymatch_p.h     [License: GPL (v2+)]

http://commits.kde.org/sprinter/83259913d0dbbc913771581b468dfdf3cc0a553f

diff --git a/sprinter/querymatch_p.h b/sprinter/querymatch_p.h
new file mode 100644
index 0000000..31f78cd
--- /dev/null
+++ b/sprinter/querymatch_p.h
@@ -0,0 +1,55 @@
+ /*
+ * Copyright (C) 2014 Aaron Seigo <aseigo@kde.org>
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; either version 2 of
+ * the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef QUERYMATCH_P_H
+#define QUERYMATCH_P_H
+
+#include <QPointer>
+#include <QSharedData>
+
+#include "querysession.h"
+
+namespace Sprinter
+{
+
+class RunnerSessionData;
+
+class QueryMatch::Private : public QSharedData
+{
+public:
+    Private()
+        : type(QuerySession::UnknownType),
+          source(QuerySession::FromInternalSource),
+          precision(QuerySession::UnrelatedMatch),
+          isSearchTerm(false)
+    {
+    }
+
+    QPointer<RunnerSessionData> sessionData;
+    QString title;
+    QString text;
+    QuerySession::MatchType type;
+    QuerySession::MatchSource source;
+    QuerySession::MatchPrecision precision;
+    QVariant data;
+    QVariant userData;
+    QImage image;
+    bool isSearchTerm;
+};
+
+} //namespace
+#endif
\ No newline at end of file

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic