fileformat/loadFile.h
Go to the documentation of this file.
00001 #ifndef LOADFILE_H
00002 #define LOADFILE_H
00003 
00004 #include <QtCore/QByteArray>
00005 #include <QtCore/QString>
00006 
00007 QByteArray loadFile(const QString& filename);
00008 
00009 #endif