Rev 391 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 391 | Rev 394 | ||
---|---|---|---|
Line 16... | Line 16... | ||
16 | * Free Software Foundation, Inc., * |
16 | * Free Software Foundation, Inc., * |
17 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * |
17 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * |
18 | ***************************************************************************/ |
18 | ***************************************************************************/ |
Line 19... | Line 19... | ||
19 | 19 | ||
- | 20 | #include "ToolBox.h" |
|
Line 20... | Line 21... | ||
20 | #include "ToolBox.h" |
21 | #include "../com/Parser.h" |
21 | 22 | ||
22 | /** |
23 | /** |
Line 47... | Line 48... | ||
47 | } |
48 | } |
Line 48... | Line 49... | ||
48 | 49 | ||
49 | // Datensatz nach QString |
50 | // Datensatz nach QString |
50 | QString ToolBox::dataToQString(int Data[150], int Start, int End) |
51 | QString ToolBox::dataToQString(int Data[150], int Start, int End) |
51 | { |
52 | { |
52 | return QString(Parser::dataToString(Data, Start, End)); |
53 | return QString(Parser::dataToString(Data, Start, End).c_str()); |
Line 53... | Line 54... | ||
53 | } |
54 | } |
54 | 55 | ||
55 | // Alle Icons |
56 | // Alle Icons |