Suppress the compiler warning for unused parameter.

wilder-portage
Jekyll Wu 15 years ago
parent 0165f45402
commit 3d5342f0ed
  1. 1
      src/Part.cpp

@ -104,6 +104,7 @@ void Part::createGlobalActions()
void Part::setupActionsForSession(SessionController* session)
{
// TODO: what meaningful operation should be placed here?
Q_UNUSED(session);
}
bool Part::openFile()
{

Loading…
Cancel
Save