Bug 720299 - Qt Fennec does not compile with faststartup (undefined reference moz_free/alloc et.c). r=dougt

This commit is contained in:
Oleg Romashin 2012-01-25 02:07:21 -05:00
Родитель fa49b00e76
Коммит c252b1e68b
3 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -40,6 +40,7 @@
#include "mozqwidgetfast.h"
#include "nsFastStartupQt.h"
#include "nsILocalFile.h"
#include "nsStringGlue.h"
#include "BinaryPath.h"
#define TOOLBAR_SPLASH "toolbar_splash.png"

Просмотреть файл

@ -42,7 +42,7 @@
#include <QtGui/QGraphicsWidget>
#include <QtGui/QGraphicsView>
#include "nsIWidget.h"
#include "nsCOMPtr.h"
#ifdef MOZ_ENABLE_MEEGOTOUCH
#include <MSceneWindow>
@ -61,7 +61,6 @@ public:
* Mozilla helper.
*/
virtual void setModal(bool) {}
virtual bool SetCursor(nsCursor aCursor) { return false; }
virtual void dropReceiver() { };
virtual nsWindow* getReceiver() { return NULL; };

Просмотреть файл

@ -39,6 +39,7 @@
#define MOZQWIDGET_H
#include "moziqwidget.h"
#include "nsIWidget.h"
class MozQWidget : public IMozQWidget
{