Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
9fc41bc8
Commit
9fc41bc8
authored
Sep 16, 2009
by
con
Browse files
Unnecessary signal declaration.
And moc complains about it.
parent
c94d2d2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/bineditor/bineditorplugin.cpp
View file @
9fc41bc8
...
...
@@ -349,9 +349,6 @@ public:
bool
isTemporary
()
const
{
return
false
;
}
signals:
void
changed
();
public
slots
:
void
updateCursorPosition
(
int
position
)
{
m_cursorPositionLabel
->
setText
(
m_editor
->
addressString
((
uint
)
position
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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