~mateo-salta/nitroshare/nitroshare

« back to all changes in this revision

Viewing changes to src/sharebox/CShareBox.cpp

  • Committer: Nathan Osman
  • Date: 2012-06-26 23:07:20 UTC
  • Revision ID: admin@quickmediasolutions.com-20120626230720-uzgqoc5w7lnowgx7
Added wizard to run when NitroShare is first started to guide new users in configuring the application.

Show diffs side-by-side

added added

removed removed

Lines of Context:
169
169
    if(event->button() == Qt::LeftButton)
170
170
    {
171
171
        m_dragging = false;
172
 
        Settings::Set("Internal/ShareBoxPosition", pos());
 
172
        emit Moved();
173
173
    }
174
174
}
175
175