some cleanup #6

Merged
MicheleC merged 3 commits from fix/some_cleanup into master 3 years ago
Ghost commented 3 years ago
There is no content yet.
Ghost added the PR/wip label 3 years ago
Ghost added 1 commit 3 years ago
4da1cf518a
Add headers to UI files to prevent potential FTBFS.
Ghost added 1 commit 3 years ago
a43de583f2
Add desktop lunched "bab".
Ghost force-pushed fix/some_cleanup from a43de583f2 to 6216a7aa09 3 years ago
Ghost added 1 commit 3 years ago
71285e7739
Remove definition KDE_IS_VERSION.
Ghost changed title from WIP:Add headers to UI files to prevent potential FTBFS. to some cleanup 3 years ago
Ghost removed the PR/wip label 3 years ago
MicheleC requested changes 3 years ago
MicheleC left a comment
Owner

It looks good other than for one thing to fix.

It looks good other than for one thing to fix.
style/polish.cpp Outdated
else
#if !KDE_IS_VERSION(3,4,3)
if (!(w->parent() && w->parent()->inherits("MiniBar")))
Owner

#if !KDE_IS_VERSION(3,4,3) fails since it is a negated check, so I think we should remove the line

	    if (!(w->parent() && w->parent()->inherits("MiniBar")))
```#if !KDE_IS_VERSION(3,4,3)``` fails since it is a negated check, so I think we should remove the line ``` if (!(w->parent() && w->parent()->inherits("MiniBar"))) ```
MicheleC marked this conversation as resolved
Ghost force-pushed fix/some_cleanup from 71285e7739 to 610b0fea26 3 years ago
MicheleC approved these changes 3 years ago
MicheleC left a comment
Owner

Looks good now.

Looks good now.
MicheleC merged commit 610b0fea26 into master 3 years ago
MicheleC deleted branch fix/some_cleanup 3 years ago
MicheleC added this to the R14.0.11 release milestone 3 years ago

Reviewers

MicheleC approved these changes 3 years ago
The pull request has been merged as 610b0fea26.
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: TDE/tde-style-baghira#6
Loading…
There is no content yet.