X-Git-Url: http://git.maemo.org/git/?p=situare;a=blobdiff_plain;f=src%2Fui%2Ffacebookloginbrowser.cpp;fp=src%2Fui%2Ffacebookloginbrowser.cpp;h=0000000000000000000000000000000000000000;hp=487da24e7055aa25e473aa4d26192dab5d4fa630;hb=179f8ad0934bd7b3f35d2d760e9822d15b218cf2;hpb=0d023f94d8d5da071db69280093ae5b489218cbd diff --git a/src/ui/facebookloginbrowser.cpp b/src/ui/facebookloginbrowser.cpp deleted file mode 100644 index 487da24..0000000 --- a/src/ui/facebookloginbrowser.cpp +++ /dev/null @@ -1,34 +0,0 @@ -/* - Situare - A location system for Facebook - Copyright (C) 2010 Ixonos Plc. Authors: - - Sami Rämö - sami.ramo@ixonos.com - - Situare is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License - version 2 as published by the Free Software Foundation. - - Situare is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with Situare; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. -*/ - -#include - -#include "network/networkcookiejar.h" - -#include "facebookloginbrowser.h" - -FacebookLoginBrowser::FacebookLoginBrowser(QWidget *parent) : - QWebView(parent) -{ - qWarning() << __PRETTY_FUNCTION__; - - page()->networkAccessManager()->setCookieJar(new NetworkCookieJar()); -}