comparison base/ResourceFinder.h @ 1429:48e9f538e6e9

Untabify
author Chris Cannam
date Thu, 01 Mar 2018 18:02:22 +0000
parents b4a8d8221eaf
children ad5f892c0c4d
comparison
equal deleted inserted replaced
1428:87ae75da6527 1429:48e9f538e6e9
23 #define _RESOURCE_FINDER_H_ 23 #define _RESOURCE_FINDER_H_
24 24
25 #include <QString> 25 #include <QString>
26 26
27 #include "Debug.h" 27 #include "Debug.h"
28 28
29 class ResourceFinder 29 class ResourceFinder
30 { 30 {
31 public: 31 public:
32 ResourceFinder() { } 32 ResourceFinder() { }
33 virtual ~ResourceFinder() { } 33 virtual ~ResourceFinder() { }