Skip to content

Commit

Permalink
Merge pull request #5704 from Jojo-Schmitz/multimap
Browse files Browse the repository at this point in the history
copy `#include <QMultiMap>` to all.h
  • Loading branch information
dmitrio95 committed Mar 10, 2020
2 parents 755620d + 6373ac3 commit 7569ebb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions all.h
Expand Up @@ -79,6 +79,7 @@
#include <QPointF>
#include <QVariant>
#include <QMap>
#include <QMultiMap>
#include <QByteArray>
#include <QDateTime>
#include <QtGlobal>
Expand Down
2 changes: 2 additions & 0 deletions libmscore/changeMap.h
Expand Up @@ -13,6 +13,8 @@
#ifndef __CHANGEMAP_H__
#define __CHANGEMAP_H__

#include <QMultiMap>

#include "fraction.h"

/**
Expand Down
3 changes: 2 additions & 1 deletion libmscore/excerpt.h
Expand Up @@ -13,6 +13,8 @@
#ifndef __EXCERPT_H__
#define __EXCERPT_H__

#include <QMultiMap>

#include "fraction.h"

namespace Ms {
Expand All @@ -29,7 +31,6 @@ class XmlReader;
// @@ Excerpt
//---------------------------------------------------------

#include <QMultiMap>

class Excerpt : public QObject {
MasterScore* _oscore;
Expand Down
2 changes: 2 additions & 0 deletions libmscore/xml.h
Expand Up @@ -13,6 +13,8 @@
#ifndef __XML_H__
#define __XML_H__

#include <QMultiMap>

#include "connector.h"
#include "stafftype.h"
#include "interval.h"
Expand Down

0 comments on commit 7569ebb

Please sign in to comment.