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 / Register
Toggle navigation
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
0a3b9ed4
Commit
0a3b9ed4
authored
Nov 27, 2009
by
Friedemann Kleint
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Compile Windows.
parent
a8ac34c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/plugins/debugger/cdb/cdboptionspage.cpp
src/plugins/debugger/cdb/cdboptionspage.cpp
+4
-4
No files found.
src/plugins/debugger/cdb/cdboptionspage.cpp
View file @
0a3b9ed4
...
...
@@ -148,22 +148,22 @@ CdbOptionsPage::~CdbOptionsPage()
QString
CdbOptionsPage
::
settingsId
()
{
return
QLatin1String
(
CDB_SETTINGS_ID
);
return
QLatin1String
(
"F.Cdb"
);
}
QString
CdbOptionsPage
::
trName
()
const
{
return
tr
(
CDB_SETTINGS_ID
);
return
tr
(
"Cdb"
);
}
QString
CdbOptionsPage
::
category
()
const
{
return
QLatin1String
(
"P.Cdb"
);
return
QLatin1String
(
Debugger
::
Constants
::
DEBUGGER_SETTINGS_CATEGORY
);
}
QString
CdbOptionsPage
::
trCategory
()
const
{
return
tr
(
"Cdb"
);
return
QCoreApplication
::
translate
(
"Debugger"
,
Debugger
::
Constants
::
DEBUGGER_SETTINGS_TR_CATEGORY
);
}
QWidget
*
CdbOptionsPage
::
createPage
(
QWidget
*
parent
)
...
...
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