Skip to content

Commit

Permalink
macOS: Move palette setup into platform theme
Browse files Browse the repository at this point in the history
The theme was the only client, so there's no point in keeping it separate
from its only call site.

Change-Id: I4783c5db6975ad2daaede704ab5855c57f190344
Reviewed-by: Morten Johan Sørvig <[email protected]>
  • Loading branch information
torarnv committed Jan 14, 2020
1 parent 21a1476 commit 8298118
Show file tree
Hide file tree
Showing 4 changed files with 195 additions and 302 deletions.
2 changes: 0 additions & 2 deletions src/plugins/platforms/cocoa/cocoa.pro
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ SOURCES += main.mm \
qcocoaclipboard.mm \
qcocoadrag.mm \
qmacclipboard.mm \
qcocoasystemsettings.mm \
qcocoainputcontext.mm \
qcocoaservices.mm \
qcocoasystemtrayicon.mm \
Expand Down Expand Up @@ -59,7 +58,6 @@ HEADERS += qcocoaintegration.h \
qcocoaclipboard.h \
qcocoadrag.h \
qmacclipboard.h \
qcocoasystemsettings.h \
qcocoainputcontext.h \
qcocoaservices.h \
qcocoasystemtrayicon.h \
Expand Down
54 changes: 0 additions & 54 deletions src/plugins/platforms/cocoa/qcocoasystemsettings.h

This file was deleted.

245 changes: 0 additions & 245 deletions src/plugins/platforms/cocoa/qcocoasystemsettings.mm

This file was deleted.

Loading

0 comments on commit 8298118

Please sign in to comment.