Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
doxverilog
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
doxverilog
Commits
eb3b95e2
Commit
eb3b95e2
authored
Jun 12, 2000
by
Dimitri van Heesch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed bug that prevented compiling with Qt-2.x
parent
93737357
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doxygen.cpp
src/doxygen.cpp
+2
-2
No files found.
src/doxygen.cpp
View file @
eb3b95e2
/******************************************************************************
*
*
*
$Id$
*
*
* Copyright (C) 1997-2000 by Dimitri van Heesch.
...
...
@@ -4735,7 +4735,7 @@ static void copyStyleSheet()
QFileInfo
cssfi
(
Config
::
htmlStyleSheet
);
if
(
cssf
.
open
(
IO_ReadOnly
))
{
QCString
destFileName
=
Config
::
htmlOutputDir
+
"/"
+
cssfi
.
fileName
();
QCString
destFileName
=
Config
::
htmlOutputDir
+
"/"
+
cssfi
.
fileName
()
.
data
()
;
QFile
df
(
destFileName
);
if
(
df
.
open
(
IO_WriteOnly
))
{
...
...
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