mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
goToFlow ya es sensible al nivel de rendimiento a?adidos al repositorio ficheros que faltaban corregidos varios warnings en la compilaci?n
10 lines
201 B
C++
10 lines
201 B
C++
#include "goto_flow_widget.h"
|
|
|
|
GoToFlowWidget::GoToFlowWidget(QWidget * parent)
|
|
:QWidget(parent)
|
|
{
|
|
QPalette palette;
|
|
palette.setColor(backgroundRole(), Qt::black);
|
|
setPalette(palette);
|
|
}
|