fb2html.cpp 360 B

12345678910111213
  1. #include "fb2html.h"
  2. #include "fb2utils.h"
  3. //---------------------------------------------------------------------------
  4. // Fb2WebElement
  5. //---------------------------------------------------------------------------
  6. void Fb2WebElement::select()
  7. {
  8. static const QString javascript = FB2::read(":/js/set_cursor.js");
  9. evaluateJavaScript(javascript);
  10. }