Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Mar 14, 2017
1 parent 5aceca1 commit c3af6fe
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/core/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
#include <QMessageBox>
#include <QPushButton>
#include <QTextStream>
#include <QFileOpenEvent>

#ifdef LMMS_BUILD_WIN32
#include <windows.h>
Expand Down
2 changes: 1 addition & 1 deletion src/gui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ SET(LMMS_SRCS
gui/LfoControllerDialog.cpp
gui/LmmsPalette.cpp
gui/LmmsStyle.cpp
gui/MainApplication.cpp
gui/MainApplication.cpp
gui/MainWindow.cpp
gui/MidiSetupWidget.cpp
gui/ModelView.cpp
Expand Down
2 changes: 1 addition & 1 deletion src/gui/MainApplication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ bool MainApplication::event(QEvent* event)
{
case QEvent::FileOpen:
{
QFileOpenEvent * fileEvent = static_cast<QFileOpenEvent *>( event );
QFileOpenEvent * fileEvent = static_cast<QFileOpenEvent *>(event);
if(event)
{
// Handle the project file
Expand Down

0 comments on commit c3af6fe

Please sign in to comment.