Skip to content

Commit

Permalink
Fix misc things
Browse files Browse the repository at this point in the history
  • Loading branch information
PhysSong committed Oct 10, 2017
1 parent fa11dcb commit d8e3f10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions include/SampleTrack.h
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,7 @@ private slots:



class SampleTrackWindow : public QWidget, public ModelView,
public SerializingObjectHook
class SampleTrackWindow : public QWidget, public ModelView, public SerializingObjectHook
{
Q_OBJECT
public:
Expand Down
2 changes: 1 addition & 1 deletion src/gui/widgets/FxLineLcdSpinBox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ void FxLineLcdSpinBox::contextMenuEvent(QContextMenuEvent* event)
QPointer<CaptionMenu> contextMenu = new CaptionMenu(model()->displayName(), this);

if (QMenu *fxMenu = m_tv->createFxMenu(
tr("Assign to:"), tr( "New FX Channel" )))
tr("Assign to:"), tr("New FX Channel")))
{
contextMenu->addMenu(fxMenu);

Expand Down
1 change: 1 addition & 0 deletions src/tracks/SampleTrack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1112,6 +1112,7 @@ void SampleTrackWindow::closeEvent(QCloseEvent* ce)

void SampleTrackWindow::saveSettings(QDomDocument& doc, QDomElement & element)
{
MainWindow::saveWidgetState(this, element);
Q_UNUSED(doc)
Q_UNUSED(element)
}
Expand Down

0 comments on commit d8e3f10

Please sign in to comment.