mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 08:38:45 +00:00
QT5 -- 1 of 3
Porting the codebase to QT 5 (5.2) to get the latest bug fixes, performance and improved platform support. This first part is to fixup the codebase to compile on Qt 5, but some aspects have been broken (video). The second part is to migrate from Qwt 6.0.1 to the latest Qwt for multiaxis support. The third part will be to fixup any platform specific issues or issues identified at runtime.
This commit is contained in:
@@ -999,8 +999,6 @@ ModelPlot::ModelPlot(Context *context, ModelSettings *settings) : QFrame(context
|
||||
// the distinction between a model plot and a basic model plot
|
||||
// is only to provide a frame for the qwt3d plot (it looks odd
|
||||
// when compared to the other plots without one)
|
||||
setInstanceName("3D Plot");
|
||||
|
||||
layout = new QVBoxLayout;
|
||||
setLineWidth(1);
|
||||
setFrameStyle(QFrame::NoFrame);
|
||||
|
||||
Reference in New Issue
Block a user