14 * |
14 * |
15 * You should have received a copy of the GNU General Public License |
15 * You should have received a copy of the GNU General Public License |
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. |
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. |
17 */ |
17 */ |
18 |
18 |
19 #ifndef LDFORGE_LDCONFIG_H |
19 #pragma once |
20 #define LDFORGE_LDCONFIG_H |
|
21 |
|
22 #include "Types.h" |
20 #include "Types.h" |
23 #include <QStringList> |
21 #include <QStringList> |
24 |
22 |
25 // ============================================================================= |
23 // ============================================================================ |
26 // LDConfigParser |
|
27 // |
24 // |
28 // String parsing utility for parsing ldconfig.ldr |
25 // String parsing utility for parsing ldconfig.ldr |
29 // ============================================================================= |
26 // |
30 class LDConfigParser |
27 class LDConfigParser |
31 { |
28 { |
32 public: |
29 public: |
33 LDConfigParser (QString inText, char sep); |
30 LDConfigParser (QString inText, char sep); |
34 |
31 |