2017-12-15 Fred Gleason <fredg@paravelsystems.com>

* Removed the 'RDTempDir()' function.
This commit is contained in:
Fred Gleason
2017-12-15 07:47:41 -05:00
parent 5b75716f4a
commit 3b1ce13e77
20 changed files with 154 additions and 165 deletions

View File

@@ -2,7 +2,7 @@
//
// Convert Audio File Formats
//
// (C) Copyright 2010-2015 Fred Gleason <fredg@paravelsystems.com>
// (C) Copyright 2010-2017 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
@@ -36,9 +36,9 @@
#include <qobject.h>
#include <rdwavedata.h>
#include <rdsettings.h>
#include <rdwavefile.h>
#include "rdsettings.h"
#include "rdwavedata.h"
#include "rdwavefile.h"
class RDAudioConvert : public QObject
{