Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
47c9f22f
Commit
47c9f22f
authored
Dec 12, 2008
by
hjk
Browse files
remove dead code from dumpers
parent
96c446ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/gdbmacros/gdbmacros.cpp
View file @
47c9f22f
...
...
@@ -130,8 +130,6 @@ int qtGhVersion = QT_VERSION;
#include <ctype.h>
#include <stdio.h>
//#include <sys/types.h>
#ifdef Q_OS_WIN
# include <windows.h>
#endif
...
...
@@ -173,9 +171,6 @@ public:
// id of the thread that owns the object
QThreadData
*
threadData
;
void
moveToThread_helper
();
void
setThreadData_helper
(
QThreadData
*
currentData
,
QThreadData
*
targetData
);
void
_q_reregisterTimers
(
void
*
pointer
);
struct
Sender
{
...
...
@@ -189,20 +184,12 @@ public:
QList
<
QPointer
<
QObject
>
>
eventFilters
;
struct
ExtraData
{
#ifndef QT_NO_USERDATA
QVector
<
QObjectUserData
*>
userData
;
#endif
QList
<
QByteArray
>
propertyNames
;
QList
<
QVariant
>
propertyValues
;
};
struct
ExtraData
;
ExtraData
*
extraData
;
mutable
quint32
connectedSignals
;
QString
objectName
;
// Note: you must hold the signalSlotLock() before accessing the lists below or calling the functions
struct
Connection
{
QObject
*
receiver
;
...
...
@@ -215,8 +202,6 @@ public:
QObjectConnectionListVector
*
connectionLists
;
QList
<
Sender
>
senders
;
int
*
deleteWatch
;
static
QObjectPrivate
*
get
(
QObject
*
o
)
{
return
o
->
d_func
();
}
};
#if defined(QT_BEGIN_NAMESPACE)
...
...
Write
Preview
Supports
Markdown
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