Skip to content

Commit

Permalink
fix #25755: avoid duplicates in plugin help
Browse files Browse the repository at this point in the history
and add two missing ones. Also remove a 'plugin comment' from a .cpp
file, where it doesn't serve any purpose anyway (but at first tricked me
into believing this were the the culprit for the duplicate)
  • Loading branch information
Jojo-Schmitz committed May 16, 2014
1 parent e9b0bcb commit 4251624
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libmscore/plugins.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ MsScoreView::MsScoreView(QQuickItem* parent)
}

//---------------------------------------------------------
// @@ FileIO
// FileIO
//---------------------------------------------------------

FileIO::FileIO(QObject *parent) :
Expand Down
3 changes: 2 additions & 1 deletion manual/genManual.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,8 @@ int main(int argc, char* argv[])
srcPath = argv[0];
dstPath = argv[1];
QStringList files;
files << "libmscore/plugins.h";
files << "mscore/qmlplugin.h";
files << "mscore/svggenerator.h";

QDir libdir(srcPath + "/libmscore");
QStringList filter;
Expand Down

0 comments on commit 4251624

Please sign in to comment.