Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
c1db46f0
Commit
c1db46f0
authored
Apr 08, 2019
by
Christoffer Ackelman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
QT: Removed unused function.
parent
90493bf3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
9 deletions
+2
-9
xtt/lib/cow/qt/cow_wow_qt.cqt
xtt/lib/cow/qt/cow_wow_qt.cqt
+1
-7
xtt/lib/cow/qt/cow_wow_qt.h
xtt/lib/cow/qt/cow_wow_qt.h
+1
-2
No files found.
xtt/lib/cow/qt/cow_wow_qt.cqt
View file @
c1db46f0
...
...
@@ -309,12 +309,6 @@ void CoWowQt::PopList(void* data)
pop(ctx);
}
void CoWowQt::DeleteList(void* data)
{
CoWowListWidgetQt* ctx = (CoWowListWidgetQt*)data;
ctx->close();
}
void CoWowWarrantQt::reject()
{
QDialog::reject();
...
...
@@ -1194,4 +1188,4 @@ pwr_tStatus CoWowQt::CreateFlowPrintDialogQt(const char* title, void* flow_ctx,
EndPrint(ctx, &settings);
}
return WOW__SUCCESS;
}
\ No newline at end of file
}
xtt/lib/cow/qt/cow_wow_qt.h
View file @
c1db46f0
...
...
@@ -196,7 +196,6 @@ public:
void
(
action_cb
)(
void
*
,
char
*
,
int
),
void
(
cancel_cb
)(
void
*
),
void
*
ctx
,
int
show_apply_button
=
0
);
void
PopList
(
void
*
ctx
);
void
DeleteList
(
void
*
ctx
);
void
CreateFileSelDia
(
const
char
*
title
,
void
*
parent_ctx
,
void
(
*
file_selected_cb
)(
void
*
,
char
*
,
wow_eFileSelType
),
wow_eFileSelType
file_type
);
...
...
@@ -244,4 +243,4 @@ public slots:
void
wait_cb
();
};
#endif
\ No newline at end of file
#endif
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