Skip to content

Commit 45a15c7

Browse files
author
Oliver Kellogg
committedAug 11, 2024
https://invent.kde.org/sdk/umbrello/-/merge_requests/50 integrate changes for using Q_SIGNALS/Q_SLOTS/Q_EMIT instead of signals / slots / emit
1 parent ca99601 commit 45a15c7

File tree

206 files changed

+433
-451
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

206 files changed

+433
-451
lines changed
 

‎lib/kdev5-php/completion/tests/bench_completion.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ class BenchmarkCodeCompletion : public DUChainTestBase
1515
{
1616
Q_OBJECT
1717

18-
public slots:
18+
public Q_SLOTS:
1919
// don't do the stuff we do in the DUChainTestBase
2020
void initTestCase();
2121

22-
private slots:
22+
private Q_SLOTS:
2323
void globalCompletion();
2424
void globalCompletionBigFile();
2525
void completionData();

‎lib/kdev5-php/completion/tests/test_completion.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class TestCompletion : public DUChainTestBase
2929
const KDevelop::CursorInRevision& cursor,
3030
QStringList forbiddenIdentifiers);
3131

32-
private slots:
32+
private Q_SLOTS:
3333
void publicObjectCompletion();
3434
void publicStaticObjectCompletion();
3535
void protectedObjectCompletion();

0 commit comments

Comments
 (0)