mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-16 09:29:55 +00:00
make sure "current" is initialized
Also, a nit: fix indentation of 1 line in AllPlotWindow.h.
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
#include <qwt_arrow_button.h>
|
||||
|
||||
AllPlotWindow::AllPlotWindow(MainWindow *mainWindow) :
|
||||
QWidget(mainWindow), mainWindow(mainWindow)
|
||||
QWidget(mainWindow), mainWindow(mainWindow), current(NULL)
|
||||
{
|
||||
QVBoxLayout *vlayout = new QVBoxLayout;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user