Browse Source

Merge debian and windows dev patches

Ivan Arkhipov 6 years ago
parent
commit
9e133afbc2
3 changed files with 3 additions and 6 deletions
  1. 2 2
      source/main.cpp
  2. 1 1
      source/soundengine.cpp
  3. 0 3
      ui/hotseat_recruitment/recruitmentscene.ui

+ 2 - 2
source/main.cpp

@@ -9,10 +9,10 @@ int main(int argc, char *argv[])
     QApplication a(argc, argv);
 
     QRect resolution = a.desktop()->screenGeometry(0);
-    if (resolution.width() < 1280 || resolution.height() < 960) {
+    if (resolution.width() < 1024 || resolution.height() < 768) {
         QMessageBox msg(QMessageBox::Critical, QString("Ошибка разрешения!")
                         , QString("Запуск игры при таком разрешении невозможен! "
-                          "Минимальное разрешение экрана для корректной работы: 1280x960. Текущее разрешение: ")
+                          "Минимальное разрешение экрана для корректной работы: 1024x768. Текущее разрешение: ")
                             + QString::number(resolution.width()) + QString("x") + QString::number(resolution.height()));
         msg.show();
         msg.exec();

+ 1 - 1
source/soundengine.cpp

@@ -9,7 +9,7 @@ AsyncSound::AsyncSound(QString path) {
 }
 
 AsyncSound::~AsyncSound() {
-    delete player;
+    player->deleteLater();
 }
 
 QMediaPlayer* AsyncSound::operator->() const

+ 0 - 3
ui/hotseat_recruitment/recruitmentscene.ui

@@ -555,9 +555,6 @@ font: 16pt &quot;D-determination (RUS BY LYAJKA)&quot;;</string>
                 <height>420</height>
                </size>
               </property>
-              <property name="tabletTracking">
-               <bool>false</bool>
-              </property>
               <property name="styleSheet">
                <string notr="true">background: none</string>
               </property>