Skip to content

Commit

Permalink
new open
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlissoviy committed Mar 14, 2021
1 parent f96eb62 commit d0db001
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions audioConvert.pro.user
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!-- Written by QtCreator 4.12.0, 2021-03-11T12:13:27. -->
<!-- Written by QtCreator 4.12.0, 2021-03-14T13:05:35. -->
<qtcreator>
<data>
<variable>EnvironmentId</variable>
<value type="QByteArray">{c3f4e526-2a10-4201-8930-ae109ba36eee}</value>
<value type="QByteArray">{09c4b97e-8d52-47ad-a73a-c013b966fdab}</value>
</data>
<data>
<variable>ProjectExplorer.Project.ActiveTarget</variable>
Expand Down Expand Up @@ -74,8 +74,8 @@
<valuemap type="QVariantMap">
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Стаціонарний комп'ютер</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Стаціонарний комп'ютер</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">{a42f2486-23ee-4fb8-9d0c-b24539543b1a}</value>
<value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">1</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">{b89aea51-4589-4c49-858b-01dc47226946}</value>
<value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">0</value>
<value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
<value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
Expand Down Expand Up @@ -318,7 +318,7 @@
<value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
<value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
<value type="QString" key="RunConfiguration.WorkingDirectory"></value>
<value type="QString" key="RunConfiguration.WorkingDirectory.default">/home/victor/Git/build-audioConvert-unknown-Release</value>
<value type="QString" key="RunConfiguration.WorkingDirectory.default">/home/victor/Git/build-audioConvert-unknown-Debug</value>
</valuemap>
<value type="int" key="ProjectExplorer.Target.RunConfigurationCount">1</value>
</valuemap>
Expand Down
2 changes: 1 addition & 1 deletion thread.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "thread.h"
#include <QFileInfo>
//dev

void Thread::toWav(){
QProcess process;
QString command = nullptr;
Expand Down

0 comments on commit d0db001

Please sign in to comment.