Fixed YACReader compilation under Qt5 (YACReader-YACReaderLibrary communication is broken at runtime)

This commit is contained in:
Luis Ángel San Martín
2013-10-09 18:44:46 +02:00
parent d5a35de96c
commit b1d3bbb584
11 changed files with 83 additions and 35 deletions

View File

@ -2,8 +2,7 @@
#define YACREADER_TOOL_BAR_STRETCH_H
#include <QWidget>
class QHBoxLayout;
#include <QHBoxLayout>
class QToolBarStretch : public QWidget
{
@ -16,4 +15,4 @@ public:
}
};
#endif // YACREADER_TOOL_BAR_STRETCH_H
#endif // YACREADER_TOOL_BAR_STRETCH_H