mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
Minor fixups to new Splitter
.. to compile.
This commit is contained in:
@@ -210,8 +210,8 @@ GcSplitterHandle::paintBackground(QPaintEvent *)
|
||||
void
|
||||
GcSplitterHandle::setExpanded(bool expanded)
|
||||
{
|
||||
static QPixmap *hide = new QPixmap(":images/mac/hide.png");
|
||||
static QPixmap *show = new QPixmap(":images/mac/show.png");
|
||||
//XXX static QPixmap *hide = new QPixmap(":images/mac/hide.png");
|
||||
//XXX static QPixmap *show = new QPixmap(":images/mac/show.png");
|
||||
|
||||
state = expanded;
|
||||
if (expanded == false) {
|
||||
|
||||
@@ -119,6 +119,8 @@ public:
|
||||
GcSplitterControl(QWidget *parent);
|
||||
|
||||
void addAction(QAction *action);
|
||||
void selectAction();
|
||||
|
||||
protected:
|
||||
void paintEvent(QPaintEvent *);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user