summaryrefslogtreecommitdiff
path: root/muse2/muse/widgets/mlabel.cpp
blob: 2b9526d410786172818bfacbe22575980a3b5e65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//=========================================================
//  MusE
//  Linux Music Editor
//    $Id: mlabel.cpp,v 1.1.1.1 2003/10/27 18:55:03 wschweer Exp $
//  (C) Copyright 2000 Werner Schweer (ws@seh.de)
//=========================================================

#include "mlabel.h"


void MLabel::mousePressEvent(QMouseEvent*)
      {
      emit mousePressed();
      }