Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Okular
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
John Zhang
Okular
Commits
516c69cf
Commit
516c69cf
authored
Jan 22, 2007
by
Pino Toscano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SVN_SILENT tidy
svn path=/trunk/playground/graphics/okular/; revision=626158
parent
b7ee07a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
9 deletions
+6
-9
part.h
part.h
+6
-9
No files found.
part.h
View file @
516c69cf
...
...
@@ -32,7 +32,6 @@ class QSplitter;
class
QToolBox
;
class
KUrl
;
class
KAction
;
class
KConfig
;
class
KDirWatch
;
class
KToggleAction
;
...
...
@@ -55,11 +54,9 @@ class MiniBar;
namespace
Okular
{
class
Document
;
class
ExportFormat
;
class
ExportFormat
;
}
class
BrowserExtension
;
/**
...
...
@@ -73,10 +70,10 @@ class BrowserExtension;
class
Part
:
public
KParts
::
ReadOnlyPart
,
public
Okular
::
DocumentObserver
,
public
KDocumentViewer
{
Q_OBJECT
Q_CLASSINFO
(
"D-Bus Interface"
,
"org.kde.okular"
)
Q_INTERFACES
(
KDocumentViewer
)
Q_CLASSINFO
(
"D-Bus Interface"
,
"org.kde.okular"
)
Q_INTERFACES
(
KDocumentViewer
)
public:
public:
// Default constructor
Part
(
QWidget
*
parentWidget
,
QObject
*
parent
,
const
QStringList
&
args
);
...
...
@@ -108,7 +105,7 @@ class Part : public KParts::ReadOnlyPart, public Okular::DocumentObserver, publi
Q_SCRIPTABLE
void
slotGotoFirst
();
Q_SCRIPTABLE
void
slotGotoLast
();
signals:
signals:
void
enablePrintAction
(
bool
enable
);
protected:
...
...
@@ -237,7 +234,7 @@ class BrowserExtension : public KParts::BrowserExtension
{
Q_OBJECT
public:
public:
BrowserExtension
(
Part
*
);
public
slots
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment