Mercurial > hg > easaier-soundaccess
diff base/TempDirectory.h @ 12:e612e4012ca8
add connection setting information reading and saving
author | lbajardsilogic |
---|---|
date | Fri, 11 May 2007 15:42:57 +0000 |
parents | fc9323a41f5a |
children |
line wrap: on
line diff
--- a/base/TempDirectory.h Fri May 11 15:42:33 2007 +0000 +++ b/base/TempDirectory.h Fri May 11 15:42:57 2007 +0000 @@ -52,6 +52,9 @@ */ QString getSubDirectoryPath(QString subdir); + QString getDir(); + QString getConfigPath(); + /** * Delete the temporary directory (before exiting). */ @@ -68,6 +71,7 @@ QMutex m_mutex; static TempDirectory *m_instance; + };