~kile/kile/livepreview-xenial

« back to all changes in this revision

Viewing changes to src/kileviewmanager.h

  • Committer: Package Import Robot
  • Author(s): Prasad Murthy
  • Date: 2013-01-24 19:03:35 UTC
  • mfrom: (1.1.24)
  • Revision ID: package-import@ubuntu.com-20130124190335-29sj32fdx0d2kcmw
Tags: 1:2.1.3-0ubuntu1
* New upstream release
* Drop kubuntu_02_disable_embedded_kbibtex.diff as kbibtex is now usable with kde4
* Add kbibtex to suggests
* Change the Vcs links to the Ubuntu bzr branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/**************************************************************************
2
2
*   Copyright (C) 2004 by Jeroen Wijnhout (Jeroen.Wijnhout@kdemail.net)   *
3
 
*             (C) 2006-2010 by Michel Ludwig (michel.ludwig@kdemail.net)  *
 
3
*             (C) 2006-2012 by Michel Ludwig (michel.ludwig@kdemail.net)  *
4
4
***************************************************************************/
5
5
 
6
6
/***************************************************************************
20
20
#include <QList>
21
21
#include <QObject>
22
22
#include <QPixmap>
 
23
#include <QPointer>
23
24
#include <QStackedWidget>
24
25
 
25
26
#include <KAction>
144
145
        void replaceLoadedURL(QWidget *w, QDropEvent *e);
145
146
        void onTextEditorPopupMenuRequest(void);
146
147
 
147
 
        void clearActionDataFromTabContextMenu();
148
 
 
149
148
        /**
150
149
         * Updates the labels of every tab that contains a view for 'changedDoc' to reflect there
151
150
         * the name of 'changedDoc'.