3 İşlemeler c856ba8d2b ... 6199f82863

Yazar SHA1 Mesaj Tarih
  George Bartolomey 6199f82863 Change icons sizes 2 yıl önce
  George Bartolomey 5bf6cdff7d Fix desktop entry 2 yıl önce
  George Bartolomey 6cdb5a8c7e Add override keyword to event handler 2 yıl önce
4 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 1 1
      clickablelabel.h
  2. BIN
      icons/icon.png
  3. BIN
      icons/w2midi.png
  4. 1 1
      w2midi_qt.desktop

+ 1 - 1
clickablelabel.h

@@ -17,7 +17,7 @@ w2midi_qt распространяется в надежде, что она бу
 class ClickableLabel : public QLabel {
     Q_OBJECT
 protected:
-    virtual bool event(QEvent*);
+    virtual bool event(QEvent*) override;
 public:
     ClickableLabel(QString);
 signals:

BIN
icons/icon.png


BIN
icons/w2midi.png


+ 1 - 1
w2midi_qt.desktop

@@ -6,4 +6,4 @@ Comment=Transformation a wave signal to the MIDI notation.
 Comment[ru]=Преобразование звукового сигнала в нотацию MIDI
 Categories=Audio;AudioVideo;Midi;X-Alsa;X-Jack;Qt;
 Icon=/usr/share/icons/w2midi
-Exec=/usr/bin/w2midi_qt
+Exec=/usr/local/bin/w2midi_qt