Split InstrumentView into itself and InstrumentView250

This commit is contained in:
Johannes Lorenz committed 2019-07-14 10:20:54 +02:00
1 parent 4f3ed9f9e1
commit a4df7a9765
47 files changed
+69 -50

No files matched your search

+1 -1
View File
@@ -481,7 +481,7 @@ public:
sidInstrumentView::sidInstrumentView( Instrument * _instrument,
QWidget * _parent ) :
InstrumentView( _instrument, _parent )
InstrumentView250( _instrument, _parent )
{
setAutoFillBackground( true );