Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
efbce258
Commit
efbce258
authored
Nov 03, 2007
by
Bill Hoffman
Browse files
ENH: fix compile error on windows
parent
77ad85a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/QtDialog/QCMakeCacheView.h
View file @
efbce258
...
...
@@ -93,7 +93,7 @@ class QCMakeCachePathEditor : public QWidget
Q_PROPERTY
(
QString
value
READ
value
USER
true
)
public:
QCMakeCachePathEditor
(
const
QString
&
file
,
bool
isFilePath
,
QWidget
*
p
);
QString
value
()
const
{
return
this
->
LineEdit
->
text
();
}
QString
value
()
const
{
return
this
->
LineEdit
.
text
();
}
protected
slots
:
void
chooseFile
();
protected:
...
...
Write
Preview
Supports
Markdown
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