Commit afa89214 authored by Claudio Valerio's avatar Claudio Valerio

last commit

parent 04dacaa6
...@@ -12,8 +12,8 @@ linux-g++-64 { ...@@ -12,8 +12,8 @@ linux-g++-64 {
VERSION_MAJ = 1 VERSION_MAJ = 1
VERSION_MIN = 40 VERSION_MIN = 40
VERSION_TYPE = b # a = alpha, b = beta, r = release, other => error VERSION_TYPE = a # a = alpha, b = beta, r = release, other => error
VERSION_PATCH = 01 VERSION_PATCH = 00
VERSION = "$${VERSION_MAJ}.$${VERSION_MIN}.$${VERSION_TYPE}.$${VERSION_PATCH}" VERSION = "$${VERSION_MAJ}.$${VERSION_MIN}.$${VERSION_TYPE}.$${VERSION_PATCH}"
VERSION = $$replace(VERSION, "\\.r", "") VERSION = $$replace(VERSION, "\\.r", "")
......
...@@ -102,7 +102,7 @@ UBMediaPlayer::UBMediaPlayer() : ...@@ -102,7 +102,7 @@ UBMediaPlayer::UBMediaPlayer() :
vLayout->addWidget(&m_videoWindow); vLayout->addWidget(&m_videoWindow);
// m_videoWidget->setStyleSheet(QString("background:red;")); // m_videoWidget->setStyleSheet(QString("background:red;"));
QVBoxLayout *buttonPanelLayout = new QVBoxLayout(); QVBoxLayout *buttonPanelLayout = new QVBoxLayout();
#ifdef Q_WS_MAC #ifndef Q_WS_WIN
m_videoWindow.hide(); m_videoWindow.hide();
#endif #endif
// buttonPanelLayout->addLayout(layout); // buttonPanelLayout->addLayout(layout);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment