mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Deprecate QtMacSearchBox
We now only use the SearchFilterBox on all platforms.
This commit is contained in:
@@ -98,7 +98,6 @@
|
||||
#include "QtMacButton.h" // mac
|
||||
#include "QtMacPopUpButton.h" // mac
|
||||
#include "QtMacSegmentedButton.h" // mac
|
||||
#include "QtMacSearchBox.h" // mac
|
||||
#else
|
||||
#include "QTFullScreen.h" // not mac!
|
||||
#include "../qtsolutions/segmentcontrol/qtsegmentcontrol.h"
|
||||
|
||||
@@ -140,15 +140,13 @@ macx {
|
||||
LionFullScreen.h \
|
||||
QtMacSegmentedButton.h \
|
||||
QtMacButton.h \
|
||||
QtMacPopUpButton.h \
|
||||
QtMacSearchBox.h \
|
||||
QtMacPopUpButton.h
|
||||
|
||||
OBJECTIVE_SOURCES += QtMacVideoWindow.mm \
|
||||
LionFullScreen.mm \
|
||||
QtMacSegmentedButton.mm \
|
||||
QtMacButton.mm \
|
||||
QtMacPopUpButton.mm \
|
||||
QtMacSearchBox.mm
|
||||
QtMacPopUpButton.mm
|
||||
|
||||
# on a mac we need to install the Wahoo API for BTLE/Kickr support
|
||||
# This requires **v3.0 (beta)** of the WF API which is not yet
|
||||
|
||||
Reference in New Issue
Block a user