author | mickeyl <mickeyl> | 2003-08-10 15:42:26 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-08-10 15:42:26 (UTC) |
commit | 90dbd3e9e7139c1280e71f9c77ed4362b8d0f367 (patch) (unidiff) | |
tree | 22f0947337ea9b21a1d8f56d04ce3292c9d6f19e /libsql/osqlquery.cpp | |
parent | 616e919ff6aea6a30e18edb37128c229e806beae (diff) | |
download | opie-90dbd3e9e7139c1280e71f9c77ed4362b8d0f367.zip opie-90dbd3e9e7139c1280e71f9c77ed4362b8d0f367.tar.gz opie-90dbd3e9e7139c1280e71f9c77ed4362b8d0f367.tar.bz2 |
libsql is now a part of libopie2
-rw-r--r-- | libsql/osqlquery.cpp | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/libsql/osqlquery.cpp b/libsql/osqlquery.cpp deleted file mode 100644 index ecd53f2..0000000 --- a/libsql/osqlquery.cpp +++ b/dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | |||
2 | #include "osqlquery.h" | ||
3 | |||
4 | OSQLQuery::OSQLQuery() { | ||
5 | } | ||
6 | OSQLQuery::~OSQLQuery() { | ||
7 | } | ||
8 | |||
9 | OSQLRawQuery::OSQLRawQuery(const QString& query) | ||
10 | : OSQLQuery(), m_query( query ) { | ||
11 | |||
12 | } | ||
13 | OSQLRawQuery::~OSQLRawQuery() { | ||
14 | } | ||
15 | QString OSQLRawQuery::query()const { | ||
16 | return m_query; | ||
17 | } | ||