MuseScore/mscore/inspector/inspectorJump.h
mirabilos 65cd276439
remove RCS IDs from (almost) all files
they do not make any sense, nor do they get updated, if the
source code is kept in git
2018-11-02 23:53:21 +01:00

38 lines
952 B
C++

//=============================================================================
// MuseScore
// Music Composition & Notation
//
// Copyright (C) 2013 Werner Schweer and others
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2
// as published by the Free Software Foundation and appearing in
// the file LICENSE.GPL
//=============================================================================
#ifndef __INSPECTOR_JUMP_H__
#define __INSPECTOR_JUMP_H__
#include "inspectorTextBase.h"
#include "ui_inspector_jump.h"
namespace Ms {
//---------------------------------------------------------
// InspectorJump
//---------------------------------------------------------
class InspectorJump : public InspectorTextBase {
Q_OBJECT
Ui::InspectorJump j;
public:
InspectorJump(QWidget* parent);
};
} // namespace Ms
#endif