Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MODMED
modmedLog
Commits
c81327f8
Commit
c81327f8
authored
Aug 29, 2019
by
EXT Arnaud Clère
Browse files
Rename QBind_impl.h to QBind.h
parent
2279f2f2
Changes
12
Hide whitespace changes
Inline
Side-by-side
tests/QBind/QBind.cpp
View file @
c81327f8
#include "QBind
_impl
.h"
#include "QBind.h"
tests/QBind/QBind
_impl
.h
→
tests/QBind/QBind.h
View file @
c81327f8
File moved
tests/QBind/QBind.pro
View file @
c81327f8
...
...
@@ -51,7 +51,7 @@ SOURCES += \
main
.
cpp
HEADERS
+=
\
QBind
_impl
.
h
\
QBind
.
h
\
QCbor_impl
.
h
\
QData
.
h
\
QJson_impl
.
h
\
...
...
tests/QBind/QCbor_impl.h
View file @
c81327f8
...
...
@@ -44,7 +44,7 @@
#include <QtCore/qiodevice.h>
#include <QtCore/qendian.h>
#include "QBind
_impl
.h"
#include "QBind.h"
namespace
cbor
{
...
...
tests/QBind/QData_impl.h
View file @
c81327f8
...
...
@@ -44,7 +44,7 @@
#include <QtCore/qdatastream.h>
#include <QtCore/qvariant.h>
#include "QBind
_impl
.h"
#include "QBind.h"
// //////////////////////////////////////////////////////////////////////////
// QBind<T,QDataStream*> support
...
...
tests/QBind/QJson_impl.h
View file @
c81327f8
...
...
@@ -47,7 +47,7 @@
#include <QtCore/qiodevice.h>
#include <QtCore/qstack.h>
#include "QBind
_impl
.h"
#include "QBind.h"
// //////////////////////////////////////////////////////////////////////////
// QBind<T,QJson*> support
...
...
tests/QBind/QModel_impl.h
View file @
c81327f8
...
...
@@ -46,7 +46,7 @@
#include <QtCore/qbuffer.h>
#include <QtGui/qcolor.h>
#include "QBind
_impl
.h"
#include "QBind.h"
#include "QJson_impl.h"
// //////////////////////////////////////////////////////////////////////////
...
...
tests/QBind/QSettings_impl.h
View file @
c81327f8
...
...
@@ -43,7 +43,7 @@
#include <QtCore/qvariant.h>
#include <QtCore/qstack.h>
#include "QBind
_impl
.h"
#include "QBind.h"
// //////////////////////////////////////////////////////////////////////////
// QBind<T,QVariant*> support for the fixed set of QSettingsWriter's BindNative types
...
...
tests/QBind/QVariant_impl.h
View file @
c81327f8
...
...
@@ -42,7 +42,7 @@
#include <QtCore/qvariant.h>
#include <QtCore/qstack.h>
#include "QBind
_impl
.h"
#include "QBind.h"
// //////////////////////////////////////////////////////////////////////////
// QBind<T,QVariant*> support for the fixed set of QVariantBuilder's BindNative types
...
...
tests/QBind/QXml_impl.h
View file @
c81327f8
...
...
@@ -43,7 +43,7 @@
#include <QtCore/qxmlstream.h>
#include "QBind
_impl
.h"
#include "QBind.h"
// //////////////////////////////////////////////////////////////////////////
// QBind<T,QXmlStreamWriter> support
...
...
tests/QBind/data.h
View file @
c81327f8
...
...
@@ -2,7 +2,7 @@
#include <QtCore/qmetaobject.h>
#include "QBind
_impl
.h"
#include "QBind.h"
class
Phone
{
Q_GADGET
...
...
tests/QBind/main.cpp
View file @
c81327f8
...
...
@@ -42,7 +42,7 @@
// - a fluent interface for describing logical data structures, providing auto completion and well-formedness guarantees
// - a set of recursive QBind<T,TResult> functors binding TResult and T according to their logical data structure
#include "QBind
_impl
.h"
#include "QBind.h"
// Extensible set of TResult implementations providing concrete syntax to the logical data structure in a specific Mode among Write, Read, ...
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment