Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
John Zhang
Okular
Commits
a58e6713
Commit
a58e6713
authored
Jul 24, 2007
by
Aaron J. Seigo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build
svn path=/trunk/KDE/kdegraphics/okular/; revision=691639
parent
55f327e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
generators/chm/kio-msits/msits.cpp
generators/chm/kio-msits/msits.cpp
+7
-7
No files found.
generators/chm/kio-msits/msits.cpp
View file @
a58e6713
...
...
@@ -23,7 +23,7 @@
#include <kdebug.h>
#include <kurl.h>
#include <kmimetype.h>
#include <kio/
udsentry
.h>
#include <kio/
global
.h>
#include <qfile.h>
#include <qbitarray.h>
...
...
@@ -192,9 +192,9 @@ static void app_entry(UDSEntry& e, unsigned int uds, const QString& str)
static
void
app_dir
(
UDSEntry
&
e
,
const
QString
&
name
)
{
e
.
clear
();
app_entry
(
e
,
KIO
::
UDSEntry
::
UDS_NAME
,
name
);
app_entry
(
e
,
KIO
::
UDSEntry
::
UDS_FILE_TYPE
,
S_IFDIR
);
app_entry
(
e
,
KIO
::
UDSEntry
::
UDS_SIZE
,
1
);
app_entry
(
e
,
KIO
::
UDS_NAME
,
name
);
app_entry
(
e
,
KIO
::
UDS_FILE_TYPE
,
S_IFDIR
);
app_entry
(
e
,
KIO
::
UDS_SIZE
,
1
);
}
// internal function
...
...
@@ -202,9 +202,9 @@ static void app_dir(UDSEntry& e, const QString & name)
static
void
app_file
(
UDSEntry
&
e
,
const
QString
&
name
,
size_t
size
)
{
e
.
clear
();
app_entry
(
e
,
KIO
::
UDSEntry
::
UDS_NAME
,
name
);
app_entry
(
e
,
KIO
::
UDSEntry
::
UDS_FILE_TYPE
,
S_IFREG
);
app_entry
(
e
,
KIO
::
UDSEntry
::
UDS_SIZE
,
size
);
app_entry
(
e
,
KIO
::
UDS_NAME
,
name
);
app_entry
(
e
,
KIO
::
UDS_FILE_TYPE
,
S_IFREG
);
app_entry
(
e
,
KIO
::
UDS_SIZE
,
size
);
}
void
ProtocolMSITS
::
stat
(
const
KUrl
&
url
)
...
...
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