misc fixes for linux
This commit is contained in:
@ -26,6 +26,7 @@ protected:
|
||||
void mouseReleaseEvent(QMouseEvent *event) override;
|
||||
|
||||
void loadFile();
|
||||
void centerWindow();
|
||||
|
||||
private slots:
|
||||
void on_closeWindowBtn_clicked();
|
||||
@ -54,6 +55,9 @@ private:
|
||||
QMediaPlayer *m_mediaPlayer;
|
||||
QPropertyAnimation *m_fadeOutAnimation;
|
||||
|
||||
void initUiAndAnimation();
|
||||
void initConnections();
|
||||
|
||||
static QString ms2str(qint64 ms);
|
||||
};
|
||||
#endif // MAINWINDOW_H
|
||||
|
Reference in New Issue
Block a user