From bb3475e8eb379ee18f3d8f37caa8040b852a6213 Mon Sep 17 00:00:00 2001 From: "Anna (navi) Figueiredo Gomes" Date: Sat, 23 Mar 2024 01:21:46 +0100 Subject: all: rename redis -> redict symbols and comments Signed-off-by: Anna (navi) Figueiredo Gomes --- examples/example-qt.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'examples/example-qt.h') diff --git a/examples/example-qt.h b/examples/example-qt.h index 31195ae..f48df17 100644 --- a/examples/example-qt.h +++ b/examples/example-qt.h @@ -4,8 +4,8 @@ // SPDX-License-Identifier: BSD-3-Clause // SPDX-License-Identifier: LGPL-3.0-or-later -#ifndef __HIREDIS_EXAMPLE_QT_H -#define __HIREDIS_EXAMPLE_QT_H +#ifndef __HIREDICT_EXAMPLE_QT_H +#define __HIREDICT_EXAMPLE_QT_H #include @@ -28,11 +28,11 @@ class ExampleQt : public QObject { private: const char * m_value; - redisAsyncContext * m_ctx; - RedisQtAdapter m_adapter; + redictAsyncContext * m_ctx; + RedictQtAdapter m_adapter; friend - void getCallback(redisAsyncContext *, void *, void *); + void getCallback(redictAsyncContext *, void *, void *); }; -#endif /* !__HIREDIS_EXAMPLE_QT_H */ +#endif /* !__HIREDICT_EXAMPLE_QT_H */ -- cgit v1.2.3