author | simon <simon> | 2003-04-20 10:19:39 (UTC) |
---|---|---|
committer | simon <simon> | 2003-04-20 10:19:39 (UTC) |
commit | b2583563a61e1ac1d9207fb3c008443a5fc7dc3c (patch) (unidiff) | |
tree | bd9543d81221f036aceed53e666ae1a43e26eb84 /libopie2 | |
parent | e24ed721e823232876a266cd78cd7341675b4378 (diff) | |
download | opie-b2583563a61e1ac1d9207fb3c008443a5fc7dc3c.zip opie-b2583563a61e1ac1d9207fb3c008443a5fc7dc3c.tar.gz opie-b2583563a61e1ac1d9207fb3c008443a5fc7dc3c.tar.bz2 |
- removed those:
-#ifdef QT_NO_DEBUG
-inline
-#endif
<some method here not marked inline in the header file>
it makes little sense to inline a method in the .cpp file for non-debug
builds, apart from that it causes the method not to be emitted for
non-debug builds, causing undefined references in apps referencing them
-rw-r--r-- | libopie2/opienet/onetutils.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libopie2/opienet/onetutils.cpp b/libopie2/opienet/onetutils.cpp index 236f108..e05efc2 100644 --- a/libopie2/opienet/onetutils.cpp +++ b/libopie2/opienet/onetutils.cpp | |||
@@ -156,5 +156,2 @@ OPrivateIOCTL::~OPrivateIOCTL() | |||
156 | 156 | ||
157 | #ifdef QT_NO_DEBUG | ||
158 | inline | ||
159 | #endif | ||
160 | int OPrivateIOCTL::numberGetArgs() const | 157 | int OPrivateIOCTL::numberGetArgs() const |
@@ -165,5 +162,2 @@ int OPrivateIOCTL::numberGetArgs() const | |||
165 | 162 | ||
166 | #ifdef QT_NO_DEBUG | ||
167 | inline | ||
168 | #endif | ||
169 | int OPrivateIOCTL::typeGetArgs() const | 163 | int OPrivateIOCTL::typeGetArgs() const |
@@ -174,5 +168,2 @@ int OPrivateIOCTL::typeGetArgs() const | |||
174 | 168 | ||
175 | #ifdef QT_NO_DEBUG | ||
176 | inline | ||
177 | #endif | ||
178 | int OPrivateIOCTL::numberSetArgs() const | 169 | int OPrivateIOCTL::numberSetArgs() const |
@@ -183,5 +174,2 @@ int OPrivateIOCTL::numberSetArgs() const | |||
183 | 174 | ||
184 | #ifdef QT_NO_DEBUG | ||
185 | inline | ||
186 | #endif | ||
187 | int OPrivateIOCTL::typeSetArgs() const | 175 | int OPrivateIOCTL::typeSetArgs() const |