changeset 13587:eba1ee1f31bb

Added Q_UNUSED.
author Jacob Dawid <jacob.dawid@googlemail.com>
date Wed, 03 Aug 2011 13:11:05 +0200
parents 689a5c8d8076
children 52fd3b9ea848
files gui/src/FileEditorMdiSubWindow.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gui/src/FileEditorMdiSubWindow.cpp	Wed Aug 03 13:10:07 2011 +0200
+++ b/gui/src/FileEditorMdiSubWindow.cpp	Wed Aug 03 13:11:05 2011 +0200
@@ -55,6 +55,7 @@
 void
 FileEditorMdiSubWindow::handleMarginClicked(int margin, int line, Qt::KeyboardModifiers state)
 {
+  Q_UNUSED (state);
   if ( margin == 1 )  // marker margin
     {
       unsigned int mask = m_editor->markersAtLine (line);